6

I have some devices attached to my PC. Now I want to install Astro to a specific emulator. Unfortunately, I get this error.

hieund@hieund:~/Downloads$ adb install "Astro File Manager 2.5.1.apk" -s emulator-5554
too many files specified; only takes APK file and verifier file
Flow
  • 18,464
  • 16
  • 79
  • 138
emeraldhieu
  • 369
  • 1
  • 7
  • 16

3 Answers3

3

the -s should be before the 'install'

2

Seems like an whitespace problem in the filename. Either remove or escape them.

Flow
  • 18,464
  • 16
  • 79
  • 138
2

It generates this error when there is only an emulator attached.

EOCD not found, not Zip
file 'AstroFileManager2.5.1.apk' is not a valid zip file

I realized that the AstroFileManager apk has problem. I downloaded a new one from xda and it works. Done.

emeraldhieu
  • 369
  • 1
  • 7
  • 16