在安卓设备中使用neo4j [英] Use neo4j in android device

查看:70
本文介绍了在安卓设备中使用neo4j的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用 NEO4J 在我的 android 设备中创建一个数据库.但是应用程序崩溃了.

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.

可能是什么原因?是否可以在 Android 设备中创建 Neo4j 数据库?

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

推荐答案

Michael 提到的新闻刚刚出来:Neo4j Mobile for Android v0.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.

更多详情:http://blog.neo4j.org/2013/05/new-incubator-project-neo4j-mobile-for.html

这篇关于在安卓设备中使用neo4j的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆