12 2019 档案
Android SDK版本号与API Level对应关系
摘要:获取最新最新对应关系,网址:http://developer.android.com/guide/appendix/api-levels.html
阅读全文
Android 相关配置
摘要:1、Java环境变量配置 我的电脑(右键)—属性—环境变量 新建变量JAVA_HOME,放入JDK安装路径 再次新建变量CLASSPATH,变量值输入 ".;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;" ,注意标点符号 双击点开Path变量,最后添加bin路径,然后确认
阅读全文
Android 页面布局相关小记
摘要:1、设置渐变背景 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <gradient android:centerColor="#1FBDFF" android:
阅读全文
Android 错误解决方案集锦
摘要:1、Caused by: java.lang.ClassCastException: androidx.multidex.MultiDexApplication cannot be cast to com.example.firecontrol.MainApplication 解决方法,在manif
阅读全文
Android 链接汇总
摘要:1、APK反编译 https://blog.csdn.net/renwudao24/article/details/79724600 2、Git分支管理教程 https://blog.csdn.net/shusheng0007/article/details/80791849 3、SourceTre
阅读全文
浙公网安备 33010602011771号