Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
1.14.1
-
None
Description
I have a simple Android application whose binary product has its name set to "it.mardy.lingualonga". The application failt to start on the Android device:
Your application has encountered a fatal error and cannot continue
The problem appears to be that the "android.app.lib_name" metadata is being set to "it". If I ship my own manifest file and I manually set this field to "it.mardy.lingualonga", then the application works fine.
(I know I can also specify the "Android.sdk.packageName" property in the QBS product, and that works fine, however this requires depending on the Android.sdk module and it makes my qbs file more noisy).