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
Certain characters (/\:<>"?*|) are prohibited from project paths on Android. These names are legal on other platforms
In addition, the character ! causes problems when used as part of a path name.
To Reproduce
Steps to reproduce the behavior:
Run briefcase new, using a formal name of Hello! or Hello?
Run briefcase run android
Using Hello!, the build will fail with the error:
[hello] Building Android APK...
Exception in thread "main" java.lang.RuntimeException: Could not determine wrapper version.
at org.gradle.wrapper.GradleWrapperMain.wrapperVersion(GradleWrapperMain.java:111)
at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61)
Caused by: java.lang.RuntimeException: No build receipt resource found.
at org.gradle.wrapper.GradleWrapperMain.wrapperVersion(GradleWrapperMain.java:97)
... 1 more
Error while building project.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Certain characters (
/\:<>"?*|
) are prohibited from project paths on Android. These names are legal on other platformsIn addition, the character
!
causes problems when used as part of a path name.To Reproduce
Steps to reproduce the behavior:
briefcase new
, using a formal name ofHello!
orHello?
briefcase run android
Using
Hello!
, the build will fail with the error:[hello] Building Android APK...
FAILURE: Build failed with an exception.
Where:
Settings file '/Users/rkm/projects/beeware/briefcase/local/hello/android/gradle/Hello?/settings.gradle' line: 2
What went wrong:
A problem occurred evaluating settings 'Hello?'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 633ms
Error while building project.
The text was updated successfully, but these errors were encountered: