I know there is a lot questions about that issue, I have read many of them but it still doens't work. I tried:
- uninstall app on device
- cleaning project
- in manifest: android:debuggable="true"
- in buils.grandle: debuggable:true
- on device in developer options uncheck and check USB debugging
- dev options: app to debug-> none
- dev options: waiting for debugger check/uncheck
- restart device, restart Android Studio
- manifest:
<uses-permission android:name="android.permission.SET_DEBUG_APP"></uses-permission>
I don't remember what else I have done, I still cannot debug this app. I have create new app, simple HelloWorld and a can debug that so I suppose the problem is with my current app, not with AS. Please help me to find the problem, because I don't even know where to search for that.
Ubuntu 14.04 x64 Android Studio 1.1.0 Nexus 10 4.4.4 and Nexus 4 5.0.1 (real devices)