Android: builds fail if the package name contains space
Hello there,
A month ago I reported about the android builds were no long working. Now at this new update, this error is fixed. Nice one! But there's still a problem. When I tried to build my testing app, well.. it failed at first.
The app's name is Testing Android App. So.. yes, it contain spaces.
When I hit the build/android button, the Solar2D set the package name field automatically with com.solar2d.carlos.Testing Android App. So, that's a problem. The Android Studio specifies that all characters must be inside this regex pattern: [a-zA-Z0-9_].
So, no spaces are allowed.
When I changed the package name field to com.solar2d.carlos.TestingAndroidApp, the app was built successfully.
Thanks, Carlos HR.
Thanks @carlHR - I'll get this fixed.
will be fixed in the next commit.