问题标签 [android-emulator]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - How to add icon/image to listitem of ListView
I have created listview by using arrayadpter i add arraryadapter to listview contaning string array but i m unable to add icon to eatch listitem help me out...
android - Android 模拟器上没有互联网 - 为什么以及如何修复?
我正在尝试通过 Android 模拟器使用互联网,但没有成功。有任何想法吗?
android - Android SDK Setup.exe 将无法运行
当我单击 SDK Setup.exe 时运行 XP sp3 命令行提示出现并快速消失,没有其他任何反应,是否有解决此问题的方法?
android - Android Emulator:在端口上接收从模拟器发送的短信
我打算使用 Android 模拟器来发送/接收短信。
sms send
我使用命令向模拟器发送短信。我知道模拟器能够通过 SMS 相互交谈,但是否有可能在外部 TCP 端口上接收从 Android 模拟器发送的 SMS 回复?
任何指针将不胜感激。
非常感谢。
android - Stop Internet access on the emulator android
I am testing a database storage after retrieving data from the internet, I would like to be able to start the emulator with internet working, and then, while it is running, stop internet access to force it using the database as a source to display data. Is that possible?
android - 如何将 Android 模拟器附加到 ADB?
在我通过点击 Eclipse 中的调试启动模拟器后,一段时间后它与 ADB 断开连接,但模拟器保持打开状态。它是响应式的,我可以导航和启动应用程序。
如何将模拟器附加到 ADB,以便能够从 Eclipse 进行调试?
(当前的解决方法是终止模拟器,关闭 Eclipse 并重新启动它们,这需要 10 分钟,因为您知道模拟器需要时间来启动)
编辑 1
查看这张图片:
编辑 2
在我杀死并重新启动服务器之后。一个模拟器进程显示在 Eclipse 的设备选项卡中。但这无法扩展,我没有看到子流程。
我已经不能调试了,因为它说:调试已经在运行。(如何停止调试?)
如果我设法开始调试另一个项目,它会挂在模拟器中告诉我:等待调试器附加。没发生什么事。
android - 如何增加 Android Emulator 的存储空间?(INSTALL_FAILED_INSUFFICIENT_STORAGE)
我有时(不经常)在我的一个项目中得到这个,只有几节课
Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
如何增加模拟器的存储空间?
android - 在模拟器或设备中执行android?
有什么方法可以知道我的应用程序是在模拟器上还是在设备上运行?
android - 应用不稳定
我已经为 Android 开发了一些应用程序,在模拟器上它非常稳定,但是当我在朋友的真实设备(nexus)上尝试时,它会一次又一次地崩溃,当它发生时不能指望特定的情况。我真的想尽快分发该应用程序,但我在我的模拟器中找不到任何泄漏.. 我该怎么办?我如何调试我的应用程序并找到它在真实设备上迷恋的原因..
谢谢,伊丹
android - 将活动正确传递给非活动对象
在我的应用程序中,我有一个非活动对象,它的角色是一个经理类。很多时候,我需要将“源活动”作为参数传递给该管理器类的方法,以便对该活动进行一些操作。
例如,假设我们有 MyActivity 必须做一些祝酒词。所以我有这个名为 MyManager 的管理器类,我有这个方法
从 Myactivity 类中,我们以这种方式调用该方法:
它工作正常。
我在这里问的是,这是将活动作为参数传递给非活动对象的正确方法吗?我在真实设备(不是模拟器)上出现内存泄漏,我想知道这是否也会导致任何原因?
谢谢伊丹。