Android Question Update Android Studio app

astronald

Active Member
Licensed User
Longtime User
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

How can i access to old database?
 

DonManfred

Expert
Licensed User
Longtime User
from AS App you need to copy the db to a place where App B can read it.
App B can not access the path from App A and vice versa.
 
Upvote 0

astronald

Active Member
Licensed User
Longtime User
Thanks DonManfred
the two applications have the same path, it only varies in the folder "db" for AndroidStudio and "F" for b4A
 
Upvote 0
Top