【新人求助】3.0生成apk时:找不到target

如下

building apk
Android platform not specified, searching a default one…
android-19 is found
running: ‘“D:\android\android-sdk-windows\tools\android” update project -t andro
id-19 -p F:\tzixia\tuzixia\proj.android’

Updated project.properties
Updated local.properties
Updated file F:\tzixia\tuzixia\proj.android\proguard-project.txt
Can’t find “target” in file “F:\tzixia\tuzixia\proj.android…/cocos2d/cocos/2d/
platform/android/java\project.properties”
F:\tzixia\tuzixia>

这是怎么回事呢?
project.properties如下

This file is automatically generated by Android Tools.

Do not modify this file – YOUR CHANGES WILL BE ERASED!

This file must be checked in Version Control Systems.

To customize properties used by the Ant build system edit

“ant.properties”, and override values to adapt the script to your

project structure.

To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):

#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

android.library=true

Project target.

target=Google Inc.:Google APIs x86:19

是因为有什么东西没装或路径没设置好吗?
API我装了啊。。。

那就手工改吧。


target=android-14