Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用钛 android 模拟器运行一个简单的“hello world”移动应用程序,但出现以下错误:
[错误] 检测到 JDK 版本 1.7.0_03,但需要 1.6 错误:找不到进程“2196”。
[错误] 检测到 JDK 版本 1.7.0_03,但需要 1.6
错误:找不到进程“2196”。
我已经下载并安装了 JDK 1.6,但它仍然发生。你知道我需要做什么吗?
ps:可以看到模拟器在运行,但是在应用列表中看不到我的应用
显然,不幸的是,对于同时安装了 JDK-6 和 JDK-7 的系统,系统上可能只会出现 JDK-6 路径PATH。
PATH
通常的做法是:
JAVA_HOME=G:\Program Files\java\jdk1.6.0_24
%JAVA_HOME%\bin
我尝试了不同的方法来说服 Titanium Studio 使用不同于为系统定义的 JDK,但我想出的只是将系统路径更改为 JDK-6。
更改环境变量后不要忘记重新启动 Titanium Studio/Eclipse。