Some devices will only let the debugger attach if the application has
the android.permission.SET_DEBUG_APP permission set in its manifest
file:
--
Reference from:
http://stackoverflow.com/questions/4375375/how-to-resolve-waiting-for-debugger-message
<manifest>
<uses-permission android:name="android.permission.SET_DEBUG_APP"/>
</manifest>
--
Reference from:
http://stackoverflow.com/questions/4375375/how-to-resolve-waiting-for-debugger-message
No comments:
Post a Comment