我正在开发Android 3.1 Honeycomb上的应用程序。它在华硕epad上强制关闭。
我没有Asus Epad来检查为什么强制关闭,所以我想在Asus epad Emulator上尝试一下。我为eclipse更新了ADK,但没有为其提供Asus epad Emulator或加载项。

换句话说,我的主要问题是我想在Asus模拟器上测试我的应用程序。

有人知道我该怎么做吗?

更新----

       It's showing error on background process & it's a null pointer exception. But now I found another way to do this background code so it must work now.


感谢您的所有评论。
仍然可以找到可以用作Asus Epad的插件或软件包或创建仿真器的方法。

谢谢。

最佳答案

我很确定应用程序会在实际的华硕epad上强制关闭,它也会在模拟器上强制关闭。

您可以尝试在Eclipse中使用LogCat调试应用程序,并查看stacktrace以找出问题所在。

10-07 12:51