随笔分类 - Android
学习历程
摘要:git 上down下项目后,发现Android Studio报错:What went wrong:java.io.FileNotFoundException: /Users/raomengyang/Documents/workspace/fontmanager/.gradle/2.2.1/taskA...
阅读全文
摘要:安装了1.6以后,没有安装1.7发现Android Studio报错:invalid source release: JDK 1.7原因是Android Studio需要1.7以上的版本,结果再次安装1.7发现问题没有解决,虽然java -version 后发现是1.7的环境了。最后解决问题方法:在...
阅读全文
摘要:由于是新系统,之前没有配置过导致今天javac编译的时候发现再iterm和Terminal中显示的是乱码,后来在网上找到解决方法,现在共享一下:方法一:在iterm2/Terminal中输入:cd ~touch .bash_profileopen -e .bash_profile将打开的bash_p...
阅读全文
android中出现Error retrieving parent for item: No resource found that matches the Theme.AppCompat.Light
摘要:styles.xml中提示如下错误,这是版本问题。error: Error retrieving parent for item: No resource found that matches the given name'Theme.AppCompat.Light'.解决方法:在Eclipse中打...
阅读全文
摘要:安装Android Studio后,用真机调试运行项目时出现:INSTALL_FAILED_UPDATE_INCOMPATIBLE这个错误原因:1. 可能是设备内存不足;2. APP已经存在;解决方法:1.检查手机存储空间是否足够;2. 用命令行彻底将其卸载后再次安装。卸载方法:- adb unin...
阅读全文
摘要:1. IDE搭建:搭建android的IDE时,先注意是什么版本的系统,64/32位系统。通常使用的是Eclipse for android,Android Studio由于还需要FQ,网速慢,所以不推荐使用。2. Eclipse字体大小设置:窗口(window) —— 首选项(preference...
阅读全文

浙公网安备 33010602011771号