Android external database in assets folder

后端 未结 5 1663
故里飘歌
故里飘歌 2020-12-31 23:21

I have an android application that is supposed to read and expand a database that is already created on sqlite...it works fine on emulator by putting database in \"data/data

5条回答
  •  遥遥无期
    2020-12-31 23:49

    You need to first copy the Database file from assests to application data location using java code.Can You Post some code to show How are you opening or handling the database?

提交回复
热议问题