I’ve built the app using the debug keystore (and live build). I can use adb logcat to debug, and with adb shell, change directories on the device to the app (and Documents Directory: app_data). However, when trying to list either of the directories (ls), my device comes back with the message that I dont have permission.
I tried using the run-as option, but it says that the app isnt debugable and wont let me work that way.
Any suggestions on how to build the apk so that is is recognized as debugable?
thanks