0

我有两个android项目,一个是用C++编写的gameproj项目,另一个是inapp purchase storeproj,这是一个库java项目,我需要在gameproj中使用storeproj的java方法

为了将商店项目链接到游戏项目,我按照以下步骤操作:

1)在 javabuildpath 的 gameproj 属性中,我在项目部分下链接了 storeproj 2)在库部分中,我还添加了 storeproj

我收到一个链接错误,提示“testclass 无法解析为类型”(testclass 是 storeproj 中的 Javaclass)?谢天谢地,任何建议都会被接受。

这是我的 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

# Project target.
target=android-17
android.library.reference.1=../../cocos2dx/platform/android/java
4

0 回答 0