本地数据存储区将被清除,因为默认情况下它位于应用程序分解的war目录中(在每个版本中都将其全部删除)。
您实际上不必在终端上手动运行开发服务器,只需将VM arg添加到appengine运行配置即可将数据存储区放置在另一个位置:
-Ddatastore.backing_store="/path/to/datastore/file/location/local_db.bin"
(解决方案位于:https :
//pre.google.com/p/android/issues/detail?id=68225)



