Skip to content
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

fix(win): permission issues when building a module #14078

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Jul 9, 2024

Fixes #14077

ti create -t module --id com.test -n test --android-code-base java -p android -d . && cd test/android && ti build -p android -b

will disable logging to file when you build a module on Windows.
BTW: on Linux I don't even have the build_android.log file but it won't show a permission error.

@cb1kenobi
Copy link
Contributor

As mentioned in the associated issue, I don't think this is the best solution.

@m1ga m1ga marked this pull request as draft July 10, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows: building modules will fail with permission error
2 participants