Saturday, April 25, 2020

android problem solve

Volley Apache Error

<application
        android:usesCleartextTraffic="true"
        >
        <uses-library
            android:name="org.apache.http.legacy"
            android:required="false" />


DexArchiveMergerException

android {

    compileSdkVersion 26
    defaultConfig {
        applicationId "com.example.equal07.firebasetest"
        minSdkVersion 15
        targetSdkVersion 26
        multiDexEnabled true
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

    }


No comments:

Post a Comment