Many of my application users are getting this error. There is no reason in the code that leads to this. For the background, I had released the application with copy protection on and then next day i had switched it off as people with dev phones are unable to download the app. Any solution for this problem? Can anyway I can help the app users to retrieve their data?
android.database.sqlite.SQLiteException: unable to open database file at android.database.sqlite.SQLiteDatabase.dbopen(Native Method) at android.database.sqlite.SQLiteDatabase.<init>(SQLiteDatabase.java: 1421) at android.database.sqlite.SQLiteDatabase.openDatabase (SQLiteDatabase.java:537) at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase (SQLiteDatabase.java:558) at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase (SQLiteDatabase.java:551) at android.app.ApplicationContext.openOrCreateDatabase (ApplicationContext.java:427) at android.content.ContextWrapper.openOrCreateDatabase (ContextWrapper.java:181) at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase (SQLiteOpenHelper.java:98) at com.myactivity.backend.myactivityDBAdapter.open (myactivityDBAdapter.java:408) at com.myactivity.views.myactivityMain.onCreate(myactivityMain.java: 233) at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1122) at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2104) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java: 2157) at android.app.ActivityThread.access$1800(ActivityThread.java:112) at android.app.ActivityThread$H.handleMessage(ActivityThread.java: 1581) at android.os.Handler.dispatchMessage(Handler.java:88) at android.os.Looper.loop(Looper.java:123) at android.app.ActivityThread.main(ActivityThread.java:3739) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:739) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:497) at dalvik.system.NativeStart.main(Native Method) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

