Try only the target SDK Version:
@ jdsmedeirosbr
targetSdkVersion = “34”
settings = {
orientation = {
default = "portrait",
supported = { "portrait", "portraitUpsideDown" }
},
android = {
targetSdkVersion = "34",
usesPermissions = {
"android.permission.INTERNET",
},
},
}
understand.Then I would advise you to set up a native build process if you haven’t tried it yet. The build process works fine.
Try:
Then you can change it in the build.gradle file:
Do you use any Plugins?