You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered:
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.
Execution failed for task ':prepareAndroidBootstrap'.
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.
The text was updated successfully, but these errors were encountered: