Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Android: builds fail if the package name contains space #22

@carlHR

Description

@carlHR

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions