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

  1. opening second account
  2. plugging tablet usb port on computer
  3. without unplugging usb port, go primary account
  4. accept rsa fingerprint dialog
  5. switch second account

at point, device should appear authorized when on second account.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -