Open sahujaunpuri opened 6 years ago
Build from gradle or not?
Yes build form gradle
Then I think the dependency inside gradle.build is not well supported, please check how the compact library is included. Suggest to change it to something like: implementation 'com.android.support:support-compat:27.1.1'
WARNING: linker: /data/data/com.gmail.heagoo.apkbuilder/files/bin/aapt: unused DT entry: type 0x6ffffffe arg 0x1d94 WARNING: linker: /data/data/com.gmail.heagoo.apkbuilder/files/bin/aapt: unused DT entry: type 0x6fffffff arg 0x2 AndroidManifest.xml:9: error: Error: No resource found that matches the given name (at 'icon' with value '@mipmap/ic_launcher').
how to fix this problem
WARNING: linker: /data/data/com.gmail.heagoo.apkbuilder/files/bin/aapt: unused DT entry: type 0x6ffffffe arg 0x1d94 WARNING: linker: /data/data/com.gmail.heagoo.apkbuilder/files/bin/aapt: unused DT entry: type 0x6fffffff arg 0x2 AndroidManifest.xml:9: error: Error: No resource found that matches the given name (at 'icon' with value '@mipmap/ic_launcher').
You should prepare an icon named ic_launcher inside mipmap
How can fix problems?