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

Error in compiling APK #34

Open
mukhlis7 opened this issue Jun 15, 2019 · 2 comments
Open

Error in compiling APK #34

mukhlis7 opened this issue Jun 15, 2019 · 2 comments

Comments

@mukhlis7
Copy link

mukhlis7 commented Jun 15, 2019

When i try to sync the project i got this error every time

WARNING: The specified Android SDK Build Tools version (28.0.2) is ignored, as it is below the minimum supported version (28.0.3) for Android Gradle Plugin 3.4.1.
Android SDK Build Tools 28.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '28.0.2'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
Remove Build Tools version and sync project
Affected Modules: app

And there is another error

Schema export directory is not provided to the annotation processor so we cannot export the schema. You can either provide room.schemaLocation annotation processor argument OR set exportSchema to false.

And

/root/AdoBot/app/src/main/java/com/android/adobot/SmsBroadcastReceiver.java:
uses or overrides a deprecated API.
Recompile with -Xlint:deprecation for details.
Some input files use unchecked or unsafe operations.
Recompile with -Xlint:unchecked for details.

help me in resolving this issue i am not a good android developer

@chaitanyantr
Copy link

WARNING: The specified Android SDK Build Tools version (28.0.2) is ignored, as it is below the minimum supported version (28.0.3) for Android Gradle Plugin 3.4.1.

Means your gradle version runs on higher andriod api's ,just place the api number suitable for the gradle....as it is just a warning its ok to build also.

@mukhlis7
Copy link
Author

ok sir i got it thanks

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

2 participants