-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create android fails : "Could not find a template branch for Briefcase v0.3.12." #1114
Comments
Briefcase is logging the warning Are you able to manually clone the repo?
|
Hello Martin, LOG:
|
hmm....perhaps something is corrupted about the cookiecutter cache. You could attempt to update the cache directory with |
FIXED: SOLUTION BELOWHey, thanks for the Input! the commands you provided didn't work, but the Error they left gave a bit more Insight on what (propably) went wrong. It seems like there was some ownership issue, as the error of the git command was: (i changed out the current user because i am not quite sure if this is security relevant, but the difference is still visible by the length)
So to me it looks like this is just some dumb mistake on my side like installing beeware in a shell running with admin priviliges and trying to use it in a shell without admin priveliges. But maybe there was some corruption by a win update or something like that. The fact, that the user 'S-1-5-32-544' is referenced as "DOMAIN_ALIAS_RID_ADMINS" on this site https://learn.microsoft.com/en-us/windows/win32/secauthz/well-known-sids lets me think it is the dumb mistake on my side, but i am not deep enough into the matter to really be sure. Anyway, here is the SOLUTIONDelete the folder Done! After that it works like normal again when running the Conclusionmost of the time the Problem sits in front of the PC Thanks a lot for your help dear martin, I hope this didn't bother you to much, I really appreciate your Input, I dont't know if I would have found this by myself. Have a great day! |
Describe the bug
When building for Windows i had the Bug too, but it was resolved by running:
pip install --upgrade pip
pip install toga --upgrade
pip install briefcase --upgrade
pip install GitPython --upgrade
after that, creating building and packaging for windows worked (briefcase build)
however with briefcase create android I still get the following warning:
I am not offline, when i open the git link in my browser, it works just fine.
I didnt really change anything since last time i worked on the project (~3 Months), it ran fine at that time
I think i have done everything right, i followed the docs, so I raise this as an Issue
BUT
I am by no means an Expert, maybe i have missed something, maybe i have done something wrong. I could not find the Error/How to resolve it elsewhere, so if someone could point out what i am doing wrong, it would be nice and maybe would help other newbies who try to google the Error later on.
Anyway thanks for the great work to the Beeware Team! The Toolkit is (other than this) really a bless.
Steps to reproduce
Expected behavior
briefcase starts building the app for android deployment.
Screenshots
No response
Environment
Logs
Log
Additional context
No response
The text was updated successfully, but these errors were encountered: