Use neo4j in android device

╄→гoц情女王★ 提交于 2019-12-21 14:03:23

问题


I am trying to create a database in my android device with NEO4J. But the application crashes.

 String extStorageDirectory = Environment.getExternalStorageDirectory().toString();
 GraphDatabaseService graphDB=new GraphDatabaseFactory().newEmbeddedDatabase(extStorageDirectory);

I have added permissions for writing to external storage.

What may be the reason? Is it at all possible to create a neo4j database in Android device?


回答1:


The news to which Michael alluded has just come out: Neo4j Mobile for Android v0.1. It's still in incubation, and we'd love your feedback.

More details here: http://blog.neo4j.org/2013/05/new-incubator-project-neo4j-mobile-for.html



来源:https://stackoverflow.com/questions/15458188/use-neo4j-in-android-device

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!