android - adb push fails with Invalid argument -


Hello, what do I do to push an APK extension file on my phone so that I can execute:

C: \ user \ dogfaces \ appadata \ local Android Android SDK platform platforms & gt; ADB.XE push c: \ main.1.com.redcricket.Audiobook.obb / mnt / sdcard / Android / OBB / com .redcricket.Audiobook \ main.1.com.redcricket.Audiobook.obb

but failed with this error:

failed to copy 'c: \ Main.1.com.redcricket.Audiobook.obb' to '/ mnt / sdcard / android / Obb / com.redcricket.Audiobook \ main.1.com.redcricket .Audiobook.obb ': Invalid argument

So am I doing wrong here?

please try

Make any folder in the C drive and then the APK Insert it and try it. Change the name of the main package and try again.

For example:

  adb push foo.txt /sdcard/foo.txt    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -