Page 1 of 1

app_name in Android

Posted: Tue Oct 23, 2012 6:09 pm
by Eric5020946

I have LABEL under Android binary APK properties set to "STRING1 STRING2", when exporting project as eclipse project app_name gets converted into "STRING1_STRING2" - I have to manually change it back to original string without character underscore

this seems to be an error in tiggzi, spaces get converted to underscores in app_name


app_name in Android

Posted: Tue Oct 23, 2012 8:51 pm
by maxkatz

Android doesn't like label with spaces, it will cause build problems.


app_name in Android

Posted: Tue Oct 23, 2012 8:56 pm
by Eric5020946

it seems like tiggzi is using label to populate app_name variable, app_name is used as application name that shows under the app icon
I can;t have it like String1_String2 so I change it manually back to using space instead of underscore - it builds just fine... even upload to android market with no issue

please take a closer look at this, perhaps you need seperate fields for app_name and label in tiggzi


app_name in Android

Posted: Wed Oct 24, 2012 10:07 am
by Maryna Brodina

Hello! Thank you for information. We'll take a look.