Android Phone continues to ask to allow Debug USB - Android Studio on Ubuntu Gnome

I recently installed Ubuntu Gnome 15.04 / 64bit to learn and develop with Android Studio, and one unpleasant thing that keeps me energized is that every time I connect my phone via cable to run the application, it asks me to allow USB debugging from this particular device (my laptop). I even tried to use adb via Wi-Fi, but as soon as I lock the screen, the device turns off, and I have to send a request to connect the device and re-authorize.

I searched a bit and found this post with the same problem: Android continues to request adb permission

So I first tried to follow the OP steps, no luck. Then I tried the solution in the answer: "I had to redefine platform tools from 23.0.0 rc2 to 22.0.0"

The problem is that I cannot downgrade or upgrade the Platform-tools package because I only have one version available for my Sdk Manager and this version 22.

Any help in solving this problem is appreciated!

+7
android android-studio ubuntu adb
source share

No one has answered this question yet.

See similar questions:

3
Android adb device is always unauthorized on linux / Mac
one
Android continues to request adb permission

or similar:

470
How can I access my localhost from my Android device?
291
Android ADB device offline, cannot issue commands
214
ADB devices not found
174
Nexus 7 does not display via USB via “adb devices” from Windows 7 x64
72
Android Studio - device is connected, but "disconnected"
thirteen
Adb over wifi killed after disconnecting usb?
7
Android studio debugging stops working (OSx / Samsung Galaxy S5)
2
Android media to emulate cannot connect to USB connected phone
0
Is it possible to automate android without turning on USB debugging?
-one
Is it possible to connect more than one Android device without USB (using Wi-Fi)?

All Articles