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

cannot build android aar project from scratch because no local.properties existence #28

Closed
pablocaviglia-uy opened this issue Dec 14, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@pablocaviglia-uy
Copy link

OS: Mac
Android SDK location on local.properties: sdk.dir=/Users/pablocaviglia/Library/Android/sdk
Gradle task: buildAndroidAar
Exception:

`> Task :prepareAndroidBootstrap FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':prepareAndroidBootstrap'.

java.io.FileNotFoundException: /Users/pablocaviglia/devel/projects/tool_framework_multi_platform/build/platforms/android/local.properties (No such file or directory)
`
The attached image is the structure created when the project got built from scratch (after clean task).

image

The only way to make it work is to create by hand the following structure:

$project/build/platforms/android/

and by adding a valid local.properties file.

@soywiz soywiz added the bug Something isn't working label Dec 14, 2020
@soywiz
Copy link
Member

soywiz commented Jan 14, 2021

Fixed here: soywiz-archive/korge-next@7a9f8c5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants