We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfda38 commit 8cb2201Copy full SHA for 8cb2201
.github/workflows/android.yml
@@ -74,7 +74,7 @@ jobs:
74
mv classes.dex ${{ github.workspace }}/apk/
75
76
aapt2 compile -o compiled.zip --dir ${{ github.workspace }}/apk/res
77
- aapt2 link -o ${{ github.workspace }}/unsigned.apk \
+ aapt2 link --auto-add-overlay -o ${{ github.workspace }}/unsigned.apk \
78
-I $ANDROID_SDK_ROOT/platforms/android-24/android.jar \
79
--manifest ${{ github.workspace }}/apk/AndroidManifest.xml \
80
-R ${{ github.workspace }}/compiled.zip \
0 commit comments