当我按照此页面上的说明操作时出现此错误: https://github.com/neo4j-contrib/neo4j-mobile-android
当我使用ant clean debug时,这是我得到的错误:
/Downloads/sdk/tools/ant/build.xml:601: The following error occurred while executing this line:
/Documents/neo4j/neo4j-android/build.xml:758: The following error occurred while executing this line:
/Documents/neo4j/neo4j-android/build.xml:782: targetApi attribute value must be an integer
Line 782 in neo4j build.xml : thepreviousBuildType="${build.last.is.packaging.debug}"
Line 758 in neo4j build.xml : elseText="hasCode = false. Skipping aidl/renderscript/R.java"
Line 601 in android ant build.xml : antfile="build.xml"
目标api已在android清单文件中正确设置,并且sdk本身已正确安装。
我需要在我的Android应用程序中使用嵌入式neo4j图形数据库,因为应用程序必须脱机,我无法进行服务器调用。