aws / amazon-freertos-ble-android-sdk

Android SDK for FreeRTOS Bluetooth Devices.
Apache License 2.0
49 stars 41 forks source link

Does not build Task 'wrapper' not found in project ':app'. #39

Closed rwainstei closed 3 years ago

rwainstei commented 3 years ago

getting this Task 'wrapper' not found in project ':app'. Any idea ?

ravibhagavandas commented 3 years ago

Could you provide more information on the error, along with error logs.

What version and the commit ID of the SDK are you using?

alfred2g commented 3 years ago

Closing issue, please @rwainstei reopen if you have more questions

m1dnight commented 1 year ago

The instructions on building the android app are unclear if you are not experienced with mobile development. The readme instructs to execute ./gradlew installDebug, but that is not defined in the gradle.build file.

I managed to get the gradle wrapper installed, but I don't know which Gradle version is required, or which JDK is necessary.


Okay, so the problem I had was that I used the app/ directory as the root for the android project, which causes issues. If you just open the root dir it works as advertised. Sorry for the noise.