Obsolete
Status Update
Comments
vs...@google.com <vs...@google.com> #2
Once you reach this state:
- Is "adb integration" enabled (Tools | Android)?
- What happens if you click on "Debug" and attempt to debug your application?
- What happens if you do a "adb kill-server; adb start-server" from the command line?
- Is "adb integration" enabled (Tools | Android)?
- What happens if you click on "Debug" and attempt to debug your application?
- What happens if you do a "adb kill-server; adb start-server" from the command line?
ky...@gmail.com <ky...@gmail.com> #3
"adb integration" was disabled. I did not even realize that option was there. Going back to v0.8.14, it was enabled. I guess after updating v1.0.0 -> v1.0.1 it somehow got disabled for me. Once I enabled it, I had to restart Android Studio and then my application showed up in the debuggable apps again.
I guess this one can get marked up as operator error. Sorry about that.
I guess this one can get marked up as operator error. Sorry about that.
rs...@gmail.com <rs...@gmail.com> #5
com.android.ddmlib.AdbCommandRejectedException: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
Error while Installing APK
how can I resolve it?
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
Error while Installing APK
how can I resolve it?
ez...@gmail.com <ez...@gmail.com> #6
com.android.ddmlib.AdbCommandRejectedException: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
Error while Installing APK
I cant solve it in lubuntu.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
Error while Installing APK
I cant solve it in lubuntu.
is...@gmail.com <is...@gmail.com> #7
#6 i have the same problem
cr...@gmail.com <cr...@gmail.com> #8
this problem still appeas in 2019. confirmation dialog is jsut closed by google launcher on 7-10 versions and never appears again
Description
OS version: 10.9.5
Java JRE/JDK version: 1.7.0_67
None of my debuggable applications are showing up in Android Studio after upgrading to v1.0.1. Logcat is working properly but in the adb logs I am getting the following errors:
PropertyFetcher: AdbCommandRejectedException getting properties for device ZX1D524TXD: device unauthorized. Please check the confirmation dialog on your device.
PropertyFetcher: AdbCommandRejectedException getting properties for device ZX1D524TXD: device unauthorized. Please check the confirmation dialog on your device.
DeviceMonitor: ExecutionException getting info for device ZX1D524TXD
I tried restarting adb, invalidating cache/restarting android studio, and rebooting my machine but I am still getting the same results.
I was able to switch back to Android Studio v0.8.14 and there was no issue there.