-
Notifications
You must be signed in to change notification settings - Fork 467
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
build fail: Could not determine the dependencies of task ':app:compileReleaseJavaWithJavac'. #40
Comments
Sorry, you have to check out this: https://github.com/NordicSemiconductor/Android-Ble-library project into the same error folder (i.e. AndroidstudioProjects). If you choose another folder name or destination, edit the settings.gradle file. |
@philips77 you could publish the library to Maven Central and add it as dependency... have seen a few issues because of not having checked out the other one repository, it seems to be the common pitfall. this would basically make it available in just any project, by adding a single line. so far seen no libraries on Maven with native assembly, the |
Yes, we have done it with the dfu lib. BLE library in still under development, we will definitely publish it to jcenter/maven when done. |
Error:Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
|
use this first |
The BLE Library and BLE Common Library is now on jcenter and Maven Central. |
I am getting an error like this.
|
Could not determine the dependencies of task ':app:compileAssembleReleaseJavaWithJavac'.
BUILD FAILED in 2s |
I am building with Gradle on OSX. When executing
gradle build
I get:The text was updated successfully, but these errors were encountered: