heagoo / apk_builder_tutorial

23 stars 11 forks source link

How can fix problems? #3

Open sahujaunpuri opened 6 years ago

sahujaunpuri commented 6 years ago

How can fix problems?

heagoo commented 6 years ago

Build from gradle or not?

sahujaunpuri commented 6 years ago

Yes build form gradle

heagoo commented 6 years ago

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'

mohanjebakumar commented 5 years ago

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').

mohanjebakumar commented 5 years ago

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').

heagoo commented 5 years ago

You should prepare an icon named ic_launcher inside mipmap