Regarding making the app debuggable on android, I suspect there’s an issue with our way of doing it (it used to work).
You can currently create a copy of AndroidManifest.xml, and add android:debuggable
to it, and it should work.
Regarding making the app debuggable on android, I suspect there’s an issue with our way of doing it (it used to work).
You can currently create a copy of AndroidManifest.xml, and add android:debuggable
to it, and it should work.