解決65535

在app的build gradle裏面加

defaultConfig { multiDexEnabled true//解決65535 }


dependencies {

compile 'com.android.support:multidex:1.0.1'
}


而後自定義一個MyApplication extends MultiDexApplication ,android

最後要在app

 <application
        android:name=".MyApplication"//這裏記得加
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:roundIcon="@mipmap/ic_launcher_round"
        android:supportsRtl="true"
        android:theme="@style/AppTheme">
相關文章
相關標籤/搜索