adb - Can debug on Android tablet with one user account but not another -
i'm developing android app in-app billing , following these instructions. described under adding in-app billing test accounts, i've added second account nexus 7 tablet. can debug using original account fine, new account doesn't work. when try run
adb –d install /path/to/release/apkfile.apk
in terminal window on mac, get, "error: device unauthorized. please check confirmation dialog on device." when check device running
adb devices
it shows unauthorized when i'm using new account. i've seen suggestions in other posts disable debugging , kill , restart adb server, test account doesn't have developer options enabled , i'm not able enable them reason. suggestions?
popups such usb debugging rsa fingerprint acceptance dialog appear on main account. try
- opening second account
- plugging tablet usb port on computer
- without unplugging usb port, go primary account
- accept rsa fingerprint dialog
- switch second account
at point, device should appear authorized when on second account.
Comments
Post a Comment