Android Hello-World compile error: Intellij cannot find aapt

后端 未结 13 1950
感情败类
感情败类 2020-12-02 09:45

I\'m trying to get set up with an Android development environment using IntelliJ in Ubuntu 12.04. I create an Android Application Module, but when I try to build, I get the

13条回答
  •  自闭症患者
    2020-12-02 10:17

    In Windows it is enough to copy only aapt.exe, lib\dx.jar and dx.bat

    from build-tools\android-4.2.2

    to

    platform-tools

提交回复
热议问题