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

compileSdkVersion is not specified #841

Closed
jyk2joe opened this issue Feb 2, 2024 · 2 comments
Closed

compileSdkVersion is not specified #841

jyk2joe opened this issue Feb 2, 2024 · 2 comments

Comments

@jyk2joe
Copy link

jyk2joe commented Feb 2, 2024

I encountered the following error when compiling

  • What went wrong:
    A problem occurred configuring project ':reactive_ble_mobile'.

Failed to notify project evaluation listener.
Cannot invoke method substring() on null object
compileSdkVersion is not specified. Please add it to build.gradle

@vbuberen
Copy link
Contributor

vbuberen commented Feb 5, 2024

You could at least look at the source code to see that compileSDK is specified in that package https://github.com/PhilipsHue/flutter_reactive_ble/blob/master/packages/reactive_ble_mobile/android/build.gradle#L41

So it is something on your side.

@Taym95
Copy link
Collaborator

Taym95 commented Feb 5, 2024

As @vbuberen said: compileSdkVersion 33 already specified

@Taym95 Taym95 closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants