Android Question [Beta] Error using Debug (rapid)

netkomm

Active Member
Licensed User
Longtime User
Hi,

I am using the Android emulator to debug my code.
When I use the legacy option I have no issue, I can test the code without problem. However when I use the new rapid option, I get this error:

- Rapid Debugger failed to connect to device. Please try to run again.

and goes back to the editor.
 

LucaMs

Expert
Licensed User
Longtime User
Sorry but I don't know why you see this error. I recommend you to use legacy debugger for now.

Last question:

can this "unfiltered" log help you understand?

onServiceConnected
/data/local/tmp/RapidDebugTest_RAPID_DEBUG.apk recommendedInstallLocation = 1
noteStopWakeLocked system isFromForeground = false
Checking for more work or unbind...
Posting delayed MCS_UNBIND
[1] PackageVerificationReceiver.onReceive: Verification requested, id = 9
[1] WorkerTask.onPreExecute: Verification Requested for id = 9, data=file:///data/local/tmp/RapidDebugTest_RAPID_DEBUG.apk flags=114 fromVerificationActivity=false
No content provider found for permission revoke: file:///data/local/tmp/RapidDebugTest_RAPID_DEBUG.apk
Total arena pages for JIT: 11


Many thanks anyway, Erel
 
Upvote 0
Top