有个贴子回贴中提到,将除了config.ini,userdata.img,sdcard.img三个之外的文件全部删除。试了下,再次启动模拟器后,似乎如上错误出现的少了许多?再用用观察一下吧。
另在Android中改变对话框默认位置的代码:
fsdlg= new AlertDialog.Builder(this).create(); WindowManager.LayoutParams lp = fsdlg.getWindow().getAttributes(); lp.x=0;//水平位于中点 lp.y=200;//往下移一段距离 fsdlg.onWindowAttributesChanged(lp); fsdlg.show();
等找到用xml配置文件方式改默认位置时再补充。
原创文章,作者:苏葳,如需转载,请注明出处:https://www.swmemo.com/289.html