Cordova build: Please install Android target: “android-22”. I dont want android-22. I want android-19 - what do i do?

后端 未结 7 1482
清酒与你
清酒与你 2020-12-01 09:56

I\'m struggling with my phonegap setup and building my first app.

I created a hello1 project. I added the android project

Platform android al

7条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-01 10:30

    Change these two. I din't try it for lower versions but this worked for me in upper versions

    target=android-22

    This should be changed in two files like below:

    target=android-19

    Location of the two files:

    myApp/platforms/android/project.properties
    myApp/platforms/android/CordovaLib/project.properties

提交回复
热议问题