18 Nisan 2019 Perşembe

Android Studio, APK oluştururken "dex file" hatası

Build/Build Bundle APK/Build APK ile  APK oluştururken "Error: null, Cannot fit requested classes in a single dex file" hatası için;
build.gradle (app) içine;
android {
    .....
    defaultConfig {
        ......
        multiDexEnabled true    }
ekle...

0 yorum :