Hi everybody,
After severl test, is impossible for me generate a correct apk.
When Im trying install the apk in android sdk I have this error
C:\Users\Fran\Desktop>adb install X-ray.apk
1236 KB/s (8892904 bytes in 7.025s)
pkg: /data/local/tmp/X-ray.apk
Failure [INSTALL_FAILED_INVALID_APK]
My code for build.settings is like:
settings = { orientation = { default = "landscapeRight", supported = { "landscapeLeft", "landscapeRight" }, }, android = { versionCode = "11", usesPermissions = { "android.permission.INTERNET", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.ACCESS\_FINE\_LOCATION", "android.permission.ACCESS\_COURSE\_LOCATION", }, }, }
Could someone share a code that compile correctly with the option “File-> Build for Android”?
This is so important for me beacuse my Final Proyect degree is based on it
Thanks in advance