Replies: 2 comments 1 reply
-
|
Thanks for the report. Sorry to hear you've had problems - these are all very weird issues that I haven't seen before. The unicode errors are a bit of a red herring - the problem doesn't appear to be anything to do with unicode, but instead missing files where "None" isn't a valid unicode string. The actual failure modes are quite distinct - but they both suggest that downloads have been corrupted. The Android failure indicates that there are significant parts of the packaged application missing; the Windows failure suggests the original template hasn't been rolled out completely. Making matters worse, it looks like the Windows failure has occurred while trying to write the diagnostic log. It mentions a log saved to "C:\proj\python\beeware\tutorial\helloworld\logs\briefcase.2026_03_04-17_32_58.create.log" - Does that file exist (or does a replacement get created if you re-run The next thing to check - can I get you to delete your Briefcase cache folder ( If you still get the error, can I ask you to provide a zipped up copy of your project folder so I can compare to what should be happening. |
Beta Was this translation helpful? Give feedback.
-
|
I tried to remove the Briefcase cache folder, but I got the same problem. Since you mentioned corrupted downloads, I recreated everything from scratch, and today I got new versions of the app templates: and everything worked, once I also created a new Android emulator device. I guess there is a way to delete Android emulator devices as well... So perhaps I was downloading while a new version was released, and I ended up with a mismatch of files? Big thanks for getting back so quickly with an answer, otherwise I would not have retried Beeware for a number of months. ;-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to follow the BeeWare tutorial but fail to run both
briefcase createandbriefcase run androiddue to some unidentified "unicode".briefcase devworks as expected. I am running on Windows-11-10.0.26100-SP0 with Python 3.13.12 [MSC v.1944 64 bit (AMD64)].I got the following error when running
briefcase create:Turning on debugging, it looks like it is the file icon.ico which is the currently processed file:
A problem could be that I don't have any icon.ico file there? Adding one manually does not help since this directory seems to be removed.
No errors seen when running
briefcase create android, but then the following error when runningbriefcase run android:This seemed like a pretty straight-forward problem but I was not able to find anything useful while searching (except that unicode is supposed to be a non-issue with Python3 ;-).
Beta Was this translation helpful? Give feedback.
All reactions