摘要:
根据记忆中eoe的Intent相关视频,模仿,写一个打开图片的Activity 1、在主Activity的button时间中,通过设置action、category、data打开一个图片。这时代码已经可以运行,将使用系统默认的工具打开图片。 Intent intentImage = new Inte 阅读全文
摘要:
1、问题 在创建新的工程的时候,选择目标SDK为api21,编译SDK为api23。创建出来的layout文件图形化界面中看不到,并且报错: Failed to find the style corresponding to the id 2130772026Failed to find the s 阅读全文
摘要:
安装HAXM的时候,VT-X is not turned on. 进入bios查看,已经启动了vt-x。上网搜索发现解决有一部分电脑是因为安装了Hyper-V,解决的方法: 管理员运行cmd,输入如下命令 bcdedit /copy {current} /d "Windows 8 - no hype 阅读全文