Apk Deployment Error
问题 I'm getting the error when trying to upload my apk file: 'dump failed because no androidmanifest.xml found' Does the package name in the AndroidManifest have to be the same as the deployed apk name? Also, does the apk name have to be in the form: com.xxxx.xxxx? Or should, say, TestPro.apk be ok? Regards...Andrew 回答1: Use Winzip or zip reader to open your APK file to check whether AndroidManifest.xml exists inside your package. 回答2: After having the exact same problem (and losing about 4 hours