mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
d66afc0144
After selecting an application to launch on Android, inspect it to see if it contains the RenderDoc layer and required permissions. If it does not, display a warning similar to desktop. When clicked, if only the layer was missing, offer to patch the APK, uninstall, and reinstall, with the warning that it doesn't work for all applications (or at all for GLES). Also provides pointers to how to package the layer yourself. The process works by using the host temp directory to pull the APK and modify it. If the steps fail for any reason, the log is populated and patching is halted.