You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the ubuntu rootfs using proot-distro in Termux and downloaded android-sdk build-tools.
my device is arm-v7 (armhf).
I ran this command: clear && aapt2 link -o ~/apk/app/output.apk -I /opt/libs/*.jar compiled/*.flat --manifest ~/apk/app/src/main/AndroidManifest.xml --java ~/apk/app/src/main/java/com/mehrzad/greeting/ -v
and aapt2 gave this: note: including /opt/libs/android.jar. Segmentation fault
How can i solve it?
The text was updated successfully, but these errors were encountered:
I installed the ubuntu rootfs using proot-distro in Termux and downloaded android-sdk build-tools.
my device is arm-v7 (armhf).
I ran this command:
clear && aapt2 link -o ~/apk/app/output.apk -I /opt/libs/*.jar compiled/*.flat --manifest ~/apk/app/src/main/AndroidManifest.xml --java ~/apk/app/src/main/java/com/mehrzad/greeting/ -v
and aapt2 gave this:
note: including /opt/libs/android.jar. Segmentation fault
How can i solve it?
The text was updated successfully, but these errors were encountered: