pengkobe / reading-notes

:stars: to record daily reading notes. I build an issue blog to record daily FE study notes. suggestion and comments are welcomed.
https://github.com/pengkobe/reading-notes/issues
MIT License
13 stars 1 forks source link

Cordova Android Platform Guide #382

Open pengkobe opened 6 years ago

pengkobe commented 6 years ago

https://cordova.apache.org/docs/en/latest/guide/platforms/android/

Q

第二个办法是新增 build.extra.gradle 文件,使用 hook 修改android 项目配置

第三个是使用 cordova-android-support-gradle-release 插件,

cordova plugin add cordova-android-support-gradle-release   

参考:https://stackoverflow.com/questions/49162538/running-cordova-build-android-unable-to-find-attribute-androidfontvariation/49226335

cordova-android vs android api level

gradle vs ant

由于 cordova-android@6.4.0 的缘故,必须使用 gradle 进行 build,并且需要配置好环境变量( 其实就是 android 环境变量 )。从 Android SDK Tools 25.3.0 开始,ant 被废弃了。

参考