Cordova 3.5.0 Install Error- Please Install Android Target 19

前端 未结 6 884
感情败类
感情败类 2020-11-28 04:05

I try to get this working and it\'s driving me nuts:

$ cordova platform add android

The output is:

Creating android project         


        
6条回答
  •  一向
    一向 (楼主)
    2020-11-28 04:34

    I also had to change project.properties in the same directory

    target=android-19
    android.library.reference.1=CordovaLib
    

提交回复
热议问题