Advertisement
Guest User

Untitled

a guest
May 21st, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1.  
  2. C:\Users\Ancho\Desktop\Android_Multi>setlocal
  3.  
  4. C:\Users\Ancho\Desktop\Android_Multi>set ANDROIDHOME=
  5.  
  6. C:\Users\Ancho\Desktop\Android_Multi>if "" == "" set ANDROIDHOME=C:/NVPACK/android-sdk-windows
  7.  
  8. C:\Users\Ancho\Desktop\Android_Multi>set ADB=C:/NVPACK/android-sdk-windows\platform-tools\adb.exe
  9.  
  10. C:\Users\Ancho\Desktop\Android_Multi>set DEVICE=
  11.  
  12. C:\Users\Ancho\Desktop\Android_Multi>if not "" == "" set DEVICE=-s
  13.  
  14. C:\Users\Ancho\Desktop\Android_Multi>for /F "delims=" %A in ('C:/NVPACK/android-sdk-windows\platform-tools\adb.exe shell "echo $EXTERNAL_STORAGE"') do @set STORAGE=%A
  15. The system cannot find the path specified.
  16.  
  17. Uninstalling existing application. Failures here can almost always be ignored.
  18.  
  19. C:\Users\Ancho\Desktop\Android_Multi>C:/NVPACK/android-sdk-windows\platform-tools\adb.exe uninstall com.NewspaperCrew.NewpaperTestLevel
  20. The system cannot find the path specified.
  21.  
  22. Installing existing application. Failures here indicate a problem with the device (connection or storage permissions) and are fatal.
  23.  
  24. C:\Users\Ancho\Desktop\Android_Multi>C:/NVPACK/android-sdk-windows\platform-tools\adb.exe install NewpaperTestLevel-arm64-es2.apk
  25. The system cannot find the path specified.
  26.  
  27. There was an error installing the game or the obb file. Look above for more info.
  28.  
  29. Things to try:
  30. Check that the device (and only the device) is listed with "ADB$ devices" from a command prompt.
  31. Make sure all Developer options look normal on the device
  32. Check that the device has an SD card.
  33. Press any key to continue . . .
  34. Terminate batch job (Y/N)?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement