简体   繁体   中英

android - .apk file is not modified

i run the application using eclipse at this .apk file is not modified. Suppose i used the .apk file in the device at the installation time i got the “Parse Error : There is a problem parsing the package”. How to solve this? can anybody help me.

For this i deleted the .apk file from the bin folder and after run the app using eclipse. Generally in this case .apk file is generated. but here it is not generated. but .class file are generated.

I got this errors in 2 cases-

  1. When I changed the package name of the app (In that case, uninstall old and run it again)

  2. When you install this APK from Gmail in < Android 2.2 phones.

Since you are getting this in Eclipse, did you change the package name or edited in Manifest?

Try: Project -> Clean.
Or, try: Right click on project -> Android Tools -> Fix Project Properties. In the same menu you can change the package project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM