Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 38d8836

Browse files
committed
Enable debuggable in Android
1 parent b355c11 commit 38d8836

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
}
2424
externalNativeBuild {
2525
cmake {
26-
version '3.15.5'
26+
version '3.16.2'
2727
path '../../../CMakeLists.txt'
2828
}
2929
}

android/app/src/main/AndroidManifest.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
android:fullBackupContent="false"
1212
android:icon="@mipmap/ic_launcher"
1313
android:label="@string/app_name"
14-
android:hasCode="false">
14+
android:hasCode="false"
15+
android:debuggable="true">
1516

1617
<!-- Our activity is the built-in NativeActivity framework class.
1718
This will take care of integrating with our NDK code. -->

0 commit comments

Comments
 (0)