Can't find ant in the Android SDK

前端 未结 3 2020
小蘑菇
小蘑菇 2020-12-15 03:09

I\'m working my way through APress\'s Beginning Android 2 and I\'ve made it all the way to chapter 3, where we build a skeleton app. The book tells me to compile my applicat

3条回答
  •  我在风中等你
    2020-12-15 03:46

    Ant is tool to build projects from commondline and it is different tool. It's not android specific. So if your are using a Debian-based/Ubuntu machine you can install it by

    sudo apt-get install ant 
    

提交回复
热议问题