Try an example app and debug issues

This commit is contained in:
2026-04-19 23:40:54 +02:00
parent f2332b4844
commit 9c8fdbcc53
10 changed files with 320 additions and 20 deletions
+5
View File
@@ -46,6 +46,10 @@ android {
targetSdkVersion getExtOrIntegerDefault("targetSdkVersion")
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
ndk {
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64'
}
externalNativeBuild {
cmake {
cppFlags "-frtti -fexceptions -Wall -Wextra -fstack-protector-all"
@@ -113,6 +117,7 @@ android {
sourceSets {
main {
jniLibs.srcDirs = ['libs']
if (isNewArchitectureEnabled()) {
java.srcDirs += [
// React Codegen files