Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cordova v4.2.0 是否支持 Android API 21?当我添加 android 平台时,它默认添加 API-19。
您可以/应该在 Cordova 的配置文件中执行此操作:首选项:
<preference name="android-minSdkVersion" value="21" />