You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2021. It is now read-only.
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.