问题标签 [ddms]
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 - 了解 DDMS 日志
有人可以解释如何从 android force close 中理解 logcat。
当我在 onPause() 中调用 finish() 时,就会发生这种崩溃。
这是 DDMS 截图http://www.2ql.net/uploads/1245827534.png
谢谢。
android - DDMS 不会加载(或不解析?)KML 文件
我无法让 DDMS 加载任何 KML 文件。
例如,我有一个 KML 文件,其中包含以下内容:
http://developer.android.com/guide/developing/tools/ddms.html上的文档 似乎表明我只需要启动我的应用程序并启动 DDMS 并加载 KML。那是行不通的。
我什至尝试了在同一链接中建议的 Google 地球解决方案。
我正在使用 SDK 1.5_r2。我做错了什么或错过了什么?
android - Android GPS 云的混乱!
我正在尝试使用 GPS 设计我的第一个 Android 应用程序。截至目前,我有一个可绘制的按钮,单击该按钮会提醒经度和纬度的 Toast 消息。我尝试使用telnet localhost 5554然后geo fix #number #number来输入值,但没有结果显示0
0
。我也尝试过 DDMS 发送 GPS 坐标的方式,我得到了同样的结果。
我的问题是使用地理修复和发送坐标的 DDMS 方式的正确方法到底是什么。我用过Location
,LocationManger
但LocationListener
我不确定哪个是正确的选择。
给出了代码,以防万一代码存在错误
android - Android DDMS 可以显示程序失败的行吗?
我想我一定错过了一些非常基本的东西,但是如果我的程序死了,DDMS 不会告诉我它死在哪一行——所有的堆栈引用都在 Android 源代码中,给出“找不到源”错误。
如果有人可以提供帮助,我将不胜感激,因为 Android 让我发疯。
谢谢!
android - 在共享服务器上开发 Android 应用程序
我们正在尝试使用共享服务器(Ubuntu 9.10 64 位)来开发 Android 应用程序。想法是许多开发人员应该使用共享服务器进行开发。我们已经克服了一些障碍,例如为 DDMS 设置基本端口。因此可以运行多个模拟器和多个 Eclipse 实例。
但是我们在尝试从 Eclipse 调试应用程序时遇到了问题。似乎所有模拟器在调试时都试图连接到同一个 Eclipse 实例。
有人成功了吗?
我知道这是一个非常糟糕的主意,但我需要收集事实才能有一个强有力的案例......
android - 如何将Android连接到PC
我正在尝试将三星 Galaxy 连接到 PC,但 ddms 工具无法识别我的手机。USB 调试已启用。什么会导致问题?
PS。我正在使用 Ubuntu 9.10 操作系统。
谢谢。
android - Trying to run Android JUnit tests in Eclipse fails?
I have seen all the examples on the web and it seems real simple. I have a bare-bones app that displays a string. I have a a Android JUnit test project that I created when the app was being created (eclipse asked if I wanted to create a test app).
When I run the test app (Run As --- Android JUnit) I see the following in the console....
[2010-02-27 00:45:03 - SimpleCalculatorTest]Launching instrumentation android.test.InstrumentationTestRunner on device emulator-5554 [2010-02-27 00:45:12 - SimpleCalculatorTest]Test run complete
I do not see any of the code in the testcase being called. My testcase is a class that extends ActivityInstrumentationTestCase2. DDMS log shows : 02-27 00:44:58.521: WARN/TestGrouping(1275): Invalid Package: '' could not be found or has no tests
Any ideas? I have tried everything....
tree - 如何为示例绘制查询树的两种不同可能性?在 ddbms 中
我正在尝试绘制查询树我不知道如何为上面的示例绘制查询树。
android - DDms 有时打不开
在我的系统中,有时 ddms(dalvik 调试器)工具有时无法打开。问题是什么?我能做些什么来解决这个问题?当我通过命令提示符打开它时,它显示以下错误:
38:16 E/DeviceMonitor:读取 adb 响应失败!
38:24 E/DeviceMonitor:读取 adb 响应失败!
我能做些什么?
android - DDMS 不显示来自设备的线程
我想DDMS
使用Eclipse
. 当我启动模拟设备时,从 8600 及以上开始,模拟设备的线程会正确显示。
但是,当我将 Droid 连接到 PC 时,该设备在 DDMS 中显示得很好。logcat生成正确,可以查看文件结构。但是,线程不显示。我在“线程”窗格中看到“未选择客户端”,并且设备列表旁边没有下拉图标。
我是否需要更改 Eclipse 中的某些特定设置?这可能是驱动程序问题吗?