简体   繁体   English

Titanium Studio:未安装目标Android SDK 11

[英]Titanium Studio: Target Android SDK 11 is not installed

I am using titanium studio and attempting to run the application (kitchen sink) on a galaxy nexus phone. 我正在使用Titanium Studio,并尝试在银河系手机上运行该应用程序(厨房水槽)。 The phone shows up in the studio, however when I build I get the following error: 手机出现在工作室中,但是在构建时出现以下错误:

[ERROR] : Target Android SDK 11 is not installed [ERROR] Application Installer abnormal process termination. [错误]:未安装目标Android SDK11。[错误]应用程序安装程序异常终止。 Process exit value was 1 流程出口值为1

when I try to run it in the emulator I get a similar error: 当我尝试在模拟器中运行它时,出现类似的错误:

[ERROR] Application Installer abnormal process termination. [错误]应用程序安装程序异常终止。 Process exit value was 1 [ERROR] : Target Android SDK 11 is not installed 进程出口值为1 [错误]:未安装目标Android SDK 11

I have been researching for awhile and I cannot seem to find a solution to fix this problem. 我已经研究了一段时间,但似乎找不到解决此问题的解决方案。 Any help would be appreciated (I am a student so detailed instructions are really helpful) 任何帮助将不胜感激(我是一名学生,所以详细的说明非常有帮助)

Thank You 谢谢

-Jim -吉姆

You might have this defined in your tiapp.xml 您可能在tiapp.xml中定义了此

<tool-api-level>11</tool-api-level>

Change it to android api level you have installed. 将其更改为已安装的android api级。 I guess for android 4.0 and above is >= 15. Not sure. 我猜对于android 4.0及更高版本是> =15。不确定。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM