Android Question CustomBuildAction and B4A 64bit

janderkan

Well-Known Member
Licensed User
Longtime User
I have an App where I use CustomBuildAction to create a Strings.db file from an Excel file (Localizator) at compile time.
In debug mode everything works fine but different errors in release mode.
First I assumed that it was a runtimepermission thing but no luck solving the errrors. (DB not found, Table not found)
When I also saw Strings.db not found at compile time I tried to comment CustomBuildAction out when I was compiling in release.
Now it worked OK.
I guess that the CustomBuildAction is not finished before compiling,
that will exxplain the errors :
String.db is not in Files folder or Table in String.db is does not exist.

Is there a CustomBuildAction that will pause compiling ?
 
Top