bluefireteam / bitmap

A Flutter package for manipulating bitmaps
MIT License
176 stars 34 forks source link

it occors the error when i import 'package:bitmap/bitmap.dart'; #11

Closed mr-52hz closed 4 years ago

mr-52hz commented 4 years ago
* Error running Gradle:
ProcessException: Process "/Users/music/Documents/.../android/gradlew" exited abnormally:

> Configure project :bitmap
WARNING: The option setting 'android.enableR8=true' is experimental and unsupported.
The current default is 'false'
Consider disabling R8 by removing 'android.enableR8=true' from your gradle.properties before publishing your app.

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':bitmap'.
> NDK not configured. 
  Download it with SDK manager.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
  Command: /Users/music/Documents/.../android/gradlew app:properties

Finished with error: Please review your Gradle project setup in the android/ folder.
renancaraujo commented 4 years ago

Appeared to me before I updated all android tools (sdk, AS, gradle...), have you tried to do that?

mr-52hz commented 4 years ago

Appeared to me before I updated all android tools (sdk, AS, gradle...), have you tried to do that?

thanks, i'll try that.