File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<application
9
9
android : allowBackup =" false"
10
+ android : debuggable =" true"
10
11
android : fullBackupContent =" false"
11
12
android : icon =" @drawable/ic_launcher"
12
13
android : label =" @string/app_name"
Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ int main(void) {
48
48
49
49
ALOGD ("Initializing with eepersinit()" );
50
50
eepersinit ();
51
-
52
-
53
51
ALOGD ("Entering Eepers main: _ada_eepers" );
54
52
_ada_eepers ();
55
53
ALOGD ("Deinitializing with eepersfinal()" );
Original file line number Diff line number Diff line change 70
70
# Build APK
71
71
# ______________________________________________________________________________
72
72
#
73
- $BUILD_TOOLS /aapt package -f -m \
73
+ $BUILD_TOOLS /aapt package -f -m --min-sdk-version 29 --target-sdk-version $API \
74
74
-S android/res -J android/build -M android/AndroidManifest.xml \
75
75
-I $ANDROID_HOME /Sdk/platforms/android-$API /android.jar
76
76
77
77
# Add resources and assets to APK
78
- $BUILD_TOOLS /aapt package -f \
78
+ $BUILD_TOOLS /aapt package -f --min-sdk-version 29 --target-sdk-version $API \
79
79
-M android/AndroidManifest.xml -S android/res -A assets \
80
80
-I $ANDROID_HOME /Sdk/platforms/android-$API /android.jar -F eepers.apk
81
81
You can’t perform that action at this time.
0 commit comments