Hello i want update old Android Studio APP, Database is found in
\apps\com.app.directory\db\database.db
My new b4a app make data base in
\apps\com.app.directory\f\database.db
the packagenames, yes. Like it wrote; you can not access the path from another app.
Copy the file to a place where both app can access them. Or share the file with FileProvider (the Tutorial is about B4A but it also work in Android Studio) with the other App.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.