Android
一朵格桑花
善良的程序猿妹纸一枚
展开
-
运行Android程序时,出现提示:No compatible targets were found .do you wish to add new android virtual device!
运行一个Android小程序时提示: No compatible targets were found Do you wish to a add new Android Virtual Device ?未发现有可兼容的目标(程序),你是不是希望添加一个AVD?如图:这个问题最主要的原因还是项目版本与创建的模拟器(AVD)版本不一样造成的, 有时候我们把之前建那的模拟器删除了转载 2014-08-06 15:27:36 · 1135 阅读 · 0 评论 -
Error retrieving parent for item: No resource found that matches the given name.....
遇到这样的问题可能是api版本不对,你的api版本太低,右击项目,属性,android,选择高些版本的api,应用后clean下然后编译运行。原创 2015-06-05 10:05:49 · 686 阅读 · 0 评论 -
The method setOnCheckedChangeListener(RadioGroup.OnCheckedChangeListener)in the type RadioGroupisnot
group.setOnCheckedChangeListener(new OnCheckedChangeListener()中加RadioGroup.group.setOnCheckedChangeListener(newRadioGroup.OnCheckedChangeListener()原创 2015-07-22 11:09:40 · 1533 阅读 · 0 评论