- 博客(6)
- 资源 (1)
- 收藏
- 关注
原创 IOS冷知识
苹果 apple ios 同一开发者的两个 app 如果两个 app的 versionCode 一样的话,app在已经授权网络的情况下,会出现无法访问网络的情况,除非两个app都授权了网络请求。估计是因为 系统中存储的网络能否访问的 key 使用了 versionCode 这个参数,并且没有使用包名。
2025-04-02 18:32:13
152
原创 vivo手机无法跳转到创建日程的问题
String calenderEventUrl = "";if (TextUtils.isEmpty(calenderEventUrl)) { if (Integer.parseInt(VERSION.SDK) >= 8) { calenderEventUrl = "content://com.android.calendar/events"; } else...
2018-06-25 16:04:40
1259
原创 Apk打包输出路径
// //修改生成的apk名字// applicationVariants.all { variant ->// variant.outputs.each { output ->// def outputFile = output.outputFile//
2016-11-29 10:30:31
727
原创 eclipse 跟 android studio 完全可以用同一套代码,使android studio 的代码结构可以跟eclipse一样
eclipse 跟 android studio 完全可以用同一套代码,使android studio 的代码结构可以跟eclipse一样只要把以上加入build.gradle根目录中即可
2015-12-10 21:45:13
1474
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅