模拟器错误大家给个主意

wstonea 2010-01-11 04:30:11
emulator: ERROR: system image file too large for device's hardware configuration (77 MB > 72 MB).
Aborting !
...全文
245 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
wstonea 2010-01-12
  • 打赏
  • 举报
回复
模拟器好了,就是在eclipse里启动调试 会出
[2010-01-12 09:12:36 - Home]No Launcher activity found!
[2010-01-12 09:12:36 - Home]The launch will only sync the application package on the device!红色的 不知道有啥影响没有
jjainan 2010-01-12
  • 打赏
  • 举报
回复
路过 学习下~~
ZnTXPDA 2010-01-12
  • 打赏
  • 举报
回复
ROM中的img镜像文件与模拟器认定的不符,楼主是在自制ROM吗??
G_B 2010-01-12
  • 打赏
  • 举报
回复
支持5楼
biaozai06 2010-01-12
  • 打赏
  • 举报
回复
[Quote=引用 4 楼 zhaolei254 的回复:]
模拟器好了,就是在eclipse里启动调试 会出
[2010-01-12 09:12:36 - Home]No Launcher activity found!
[2010-01-12 09:12:36 - Home]The launch will only sync the application package on the device!红色的 不知道有啥影响没有
[/Quote]

你应用程序的AndroidManifest.xml中没有指定默认activity?

加上这个试试:
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
chenzhp 2010-01-11
  • 打赏
  • 举报
回复
你确定你的安装步骤对了的?
wstonea 2010-01-11
  • 打赏
  • 举报
回复
[Quote=引用楼主 zhaolei254 的回复:]
emulator: ERROR: system image file too large for device's hardware configuration (77 MB > 72 MB).
Aborting !
[/Quote]
没有那个报错了,但是启动起来的模拟器屏幕显示一个黑色背景和白色的字 ANDEOID 就停下来不动了。
chenzhp 2010-01-11
  • 打赏
  • 举报
回复
在C:\Documents and Settings\Administrator\.android\avd\AndroidAVD2.0.1.avd下找到config.ini,
在该文件中加入“disk.systemPartition.size=96MB”
重启

80,491

社区成员

发帖
与我相关
我的任务
社区描述
移动平台 Android
androidandroid-studioandroidx 技术论坛(原bbs)
社区管理员
  • Android
  • yechaoa
  • 失落夏天
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧