I have completed my SQL project with 3 activities and also a DButils module. A sql database file(of about 2mb) is also attached. I am able to install the apk on my asus prime, but when I distribute the apk to other (galaxy s2) they got this msg:
"The application package installer(process com.android.packageinstaller) has stop unexpectedly. Please try again"
Other project generated from my B4a like myfrist.apk are able to install on other device.
It could be anything, how do you provide your SQL database? Are you using the Files utilities? Are you moving the database from DIR_ASSETS to DIR_INTERNAL/DIR_EXTERNAL so you can use it?
I am attaching the data file in Tab and also in the Files dir. Also using this code
Dim DBFileDir As String BFileDir=File.DirRootExternal
Erel, the problem is not with my device and when developing in B4a using B4a bridge. Its when the apk is given to others for installation, they don't have filtered log on any Android device do they?