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.