Port Android appsΒΆ
When porting an Android app to Anbox Cloud (usually in the form of an APK), you might encounter some issues that prevent your app from working as expected.
Common issues include:
Unsupported dependencies
Google Play services are not supported by Anbox Cloud. Apps that require Google Play services cannot be ported to Anbox Cloud.Missing runtime permissions
See Grant runtime permissions to grant the permissions required by your app.Incorrect APK architecture
See Choose APK architecture to choose the appropriate architecture.Large application size
See Port APKs with OBB files to port large APKs.Watchdog restrictions
See Configure the watchdog to turn the watchdog off for debugging or configure it to not trigger for specific apps.Installing an APK as a system app
See Install an APK as a system app to install a user app as a system app in an Android container.