1

Android Studio 2.1.2 deletes appengine-generated folder each rerun of the backend module. Making the local debug pretty tiresome (I think it didn't happen in previous versions, but not sure).

How can I make the local DB not to be deleted?

Dan McGrath
  • 41,220
  • 11
  • 99
  • 130
RCB
  • 2,253
  • 2
  • 25
  • 49

1 Answers1

2

This answer worked for me.

basically you need to just make sure to store your db file in a different folder than the exploded-app.

Community
  • 1
  • 1
Vasili Fedotov
  • 1,091
  • 14
  • 31