Advertisement
Guest User

Issue

a guest
Jun 5th, 2015
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. C:\Users\Broc\Desktop\Android>setlocal
  2.  
  3. C:\Users\Broc\Desktop\Android>set ANDROIDHOME=C:\NVPACK\android-sdk-windows
  4.  
  5. C:\Users\Broc\Desktop\Android>if "C:\NVPACK\android-sdk-windows" == "" set ANDRO
  6. IDHOME=C:\NVPACK\android-sdk-windows
  7.  
  8. C:\Users\Broc\Desktop\Android>set ADB=C:\NVPACK\android-sdk-windows\platform-too
  9. ls\adb.exe
  10.  
  11. C:\Users\Broc\Desktop\Android>set DEVICE=
  12.  
  13. C:\Users\Broc\Desktop\Android>if not "" == "" set DEVICE=-s
  14.  
  15. C:\Users\Broc\Desktop\Android>for /F "delims=" %A in ('C:\NVPACK\android-sdk-win
  16. dows\platform-tools\adb.exe shell "echo $EXTERNAL_STORAGE"') do @set STORAGE=%A
  17.  
  18. error: device unauthorized. Please check the confirmation dialog on your device.
  19.  
  20.  
  21. Uninstalling existing application. Failures here can almost always be ignored.
  22.  
  23. C:\Users\Broc\Desktop\Android>C:\NVPACK\android-sdk-windows\platform-tools\adb.e
  24. xe uninstall com.YourCompany.MyProject4
  25. - waiting for device -
  26. Failure [DELETE_FAILED_INTERNAL_ERROR]
  27.  
  28. Installing existing application. Failures here indicate a problem with the devic
  29. e (connection or storage permissions) and are fatal.
  30.  
  31. C:\Users\Broc\Desktop\Android>C:\NVPACK\android-sdk-windows\platform-tools\adb.e
  32. xe install MyProject4-armv7-es2.apk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement