ant debug, and sdk.dir

前端 未结 2 803
自闭症患者
自闭症患者 2021-02-08 22:34

I have a problem to generate the Android APK file.

When I run ant debug compilation work fine, but when I run ant debug

I have followin

2条回答
  •  情书的邮戳
    2021-02-08 23:26

    i had the same problem, i resolve the issue using a -Dvar or VM argument.

    ant debug -Dsdk.dir=$SDK_ROOT
    

    where $SDK_ROOT is android SDK path

提交回复
热议问题