Problem on building app: "Unable to update details on stub app" #1404
-
Recently i frequently updated the code of my app and tried to re-build it on multi-platforms, using "briefcase build -u" and "briefcase build android -u". However, the former just couldn't work anymore (it still works n the last version of my code and build config). Meanwhile, i update the android app apk successfully. Kinda weird hah? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
Now things getting even weirder: |
Beta Was this translation helpful? Give feedback.
-
Heuristic-based analysis by antivirus software has been known to be triggered by RCEdit. If you're running antivirus, can you try again with it disabled or with an exclusion for the file path below?
|
Beta Was this translation helpful? Give feedback.
-
Hello, I've run into this as well during Tutorial 7, Updating dependencies.
Here was my last log:
Strange. Taking note and will return if it happens again. |
Beta Was this translation helpful? Give feedback.
-
For me, even after disabling antivirus, it was not working. But it is solved as I just had to add exception for the exe file of my app in QUARANTINE |
Beta Was this translation helpful? Give feedback.
To clarify: anyone having this problem - do you have a third party virus or malware checker installed?
This is an important detail; unfortunately, what Briefcase is doing at this step can be misread as malicious activity. It's not doing anything malicious, and we're using a tool that is widely used for exactly what we're using it for - but virus checkers routinely throw a false positive. There is very little we can do here - the issue is the virus checker.
The only real alternatives are (a) disable the virus checker, or (b) use the visual studio backend. This is harder to set up, and slower to generate results, as you need a visual studio install and do a full project build; but it should…