Build Android project on command line on OSX: Task 'assembleDebug' not found in root project

前端 未结 3 2150
一生所求
一生所求 2021-02-20 01:31

I\'m trying to build Android projects on the OSX (Mavericks 10.9.5) command line using this how-to: http://developer.android.com/tools/building/building-cmdline.html.

Th

3条回答
  •  鱼传尺愫
    2021-02-20 01:47

    try This: ./android create project -p AppPAKTGV -a Main -k com.example.apppaktgv -t android-23 -g -v 0.11.+

    it's works but when i try target 24 or 25 not work i don't now

提交回复
热议问题