2018年10月30日

Cordova - Parsing of “config.xml” Fails

摘要: The correct path according to the directory/file structure should be: ionic cordova platform rm android --save ionic cordova platform add android@6.4. 阅读全文

posted @ 2018-10-30 17:01 罗罗angel 阅读(218) 评论(0) 推荐(0)

ionic 实现透明状态栏

摘要: 第一步: 在platforms/android/src/../../MainActivity.java路径下MainActivity.java() 中的super.onCreate() 函数后添加如下代码: if (Build.VERSION.SDK_INT >= Build.VERSION_COD 阅读全文

posted @ 2018-10-30 16:13 罗罗angel 阅读(815) 评论(0) 推荐(0)

导航