Cordova Android project doesn't compile

后端 未结 3 1699
北海茫月
北海茫月 2020-12-15 10:26

Cordova version: 4.3.0

java version \"1.8.0_40\" 64bit

OS X 10.10.2

Ant version: 1.9.4

\

3条回答
  •  眼角桃花
    2020-12-15 11:30

    I think it's because the Cordova 4.3.0 has referenced the android.webkit.ClientCertRequest, which is newly added in API level 21.

    FYI: https://developer.android.com/reference/android/webkit/ClientCertRequest.html

提交回复
热议问题