Forum Discussion
zdh3110
4 years agoExplorer
Can't upload apk to dashboard: APK is debuggable (android:debuggable in AndroidManifest.xml)
I want to upload my .apk to the Dashboard, yet it always says:
ERROR: Validation identified the following errors:
APK is debuggable (android:debuggable in AndroidManifest.xml)
I've tried multiple ways:
- Updated the Oculus Integration package to the latest version (27.0); (not sure why the previous version doesn't have the "Upload Debug Symbols" setting in OVR Platform Tool.)
- Added android:debuggable = "false" to the AndroidManifest.xml file created from "Oculus->Tools->Create store-compatible AndroidManifest.xml"; (not sure why this attribute is missing in the original file)
- Created a new Keystore;
- Change Minify-> Release to Proguard;
- The backend is Mono and the Debug Symbols Directory is "C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\PlaybackEngines\AndroidPlayer\Variations\mono\Release\Symbols\armeabi-v7a";
Is there anything else I can do to upload the apk file successfully? Thanks in advance.
OK, so this is fixed by unchecking the "Development Build". Hope this will help people who have the same issue.
5 Replies
Replies have been turned off for this discussion
- zdh3110Explorer
OK, so this is fixed by unchecking the "Development Build". Hope this will help people who have the same issue.
- Anonymous
Thank you!
- SoyoMonkeHonored Guest
Still not working for me
- core.492307Explorer
If you encounter an error when uploading your APK to the dashboard due to debuggability, you need to ensure the APK is set to release mode. The issue can be resolved by unchecking the "Development Build" option in Unity. Additionally, ensure android:debuggable="false" is set in your AndroidManifest.xml file. This will ensure your APK is not marked as debuggable, allowing it to be uploaded successfully.
- KuulplayerHonored Guest
I cant find that in the file
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 months ago
- 3 months ago
- 2 years ago