dark_shadow
dark_shadow

Reputation: 3573

Error generating final archive: java.io.FileNotFoundException: xxx\bin\resources.ap_ does not exist

Yeaterday I installed some older versions of google api's,after that everything is going wrong.Each project I create it shows "Project contains error fix them". It's showing following errors :

Error generating final archive: java.io.FileNotFoundException: C:\xxx\maps\bin\resources.ap_ does not exist maps Unknown Android Packaging Problem Unparsed aapt error(s)! Check the console for output. maps Unknown Android Packaging Problem

I have used Project->clean . Deleting gen folder again starting but no help. What should I do now ?

Upvotes: 7

Views: 14259

Answers (2)

Gabriel Cartuccia
Gabriel Cartuccia

Reputation: 21

Try to update the Android SDK Tools to revision 8. That worked for me.

Upvotes: 1

Adrian
Adrian

Reputation: 344

Try going to Window->Android SDK manager and update Tools and Android 4.0. This solved my issues.

If that doesnt work, try updating everything.

Upvotes: 9

Related Questions