How to build the Android sample projects using Ant? build.xml does not exist

后端 未结 4 1819
南方客
南方客 2020-12-07 12:18

I believe I\'ve followed the instructions in the Android SDK, and I\'m now trying to build the sample LunarLander (random one picked)

$ cd samples/android-11         


        
4条回答
  •  庸人自扰
    2020-12-07 12:58

    You'll need to create the Ant build file, using the process described here.

    Running the command-line update project (should) create the Ant dependencies files for you.

提交回复
热议问题