Android permission of creating database

前端 未结 6 1942
悲&欢浪女
悲&欢浪女 2020-12-18 21:55

Hi I have some problems in creating the sqlite database in android.

Everything is ok on the emulator, I can create the database. But it doesn\'t work on the actually

6条回答
  •  独厮守ぢ
    2020-12-18 22:56

    Maybe you have this problem because you have a prevoius version of your app installed on your phone. Before you install the new version try to uninstall the previous by "Application Manager". I solve in this way.

提交回复
热议问题