Skip to content
Advertisement

aapt missing but its there

I had to reinstall ubuntu-14.04-64 due to reasons.

After this reinstall, when I try to build my android projets, I get a bunch of these lines (among others) in output:

JavaScript

Now, I know this file exists in my setup because this:

JavaScript

I have installed all sdk tools from v19 onwards. Changing project settings to any of them shows same error.

Also, trying to execute the file directly gives same error:

JavaScript

Can someone suggest a solution to this problem?

Advertisement

Answer

You’re probably missing some dynamic link library that the program needs. Run this command to list the libraries it uses and install those that are missing:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement