today i have update my android studio version Android Studio Dolphin | 2021.3.1 then i got an issue.
like xml preview are not showing.
and suggestion not found in xml
and java
class
today i have update my android studio version Android Studio Dolphin | 2021.3.1 then i got an issue.
like xml preview are not showing.
and suggestion not found in xml
and java
class
2
Answers
Downgrard your project into
build.gradle [app level]
Change your targetSdk and compileSdk
33
to32
, and downgrade your library…Change minSdk atleast
21
And
Use this versions of librarys …
You have to upgrade to latest AGP version, you can do it manually or using upgrade assistant as shown below. You can find in view->tools->upgrade assistant.
On clicking on run selecting steps, it will start upgrading to latest AGP.
Final Step
Sync gradle
if it doesn’t work you need to reopen your project or restart android studio.