0

Today I've began getting few new Gradle Warnings when I'm trying to build the project, these are:

The following project options are deprecated and have been removed: 
android.enableAapt2
This property has no effect, AAPT2 is now always used. 

and

API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'.
It will be removed at the end of 2019.

And also today my Android Studio code editor is unable to resolve symbol R, when I'm trying to get resources - I belive it is connected. I've tried rebuild, clean + rebuild, invalidating cashes - nothing seem to work. Any ideas?

Danil.B
  • 880
  • 1
  • 11
  • 23

1 Answers1

1

I think you're using an alpha/beta version of build tools gradle file. Please select a stable version like com.android.tools.build:gradle:3.2.0 or com.android.tools.build:gradle:3.2.3. This post may help you.