

code completion suggestions for Android layout xml not working.Import from Eclipse to Android Studio not working.Eclipse Content Assist Not Working Properly For Android Layout.Browser.BOOKMARKS_URI not working in Android Studio.Layout preview not working in Android Studio.And build using command line for more error related details. Upgrade your code to latest Android Gradle Plugin.For 40% screen I have to change my default theme to custom theme in preview of xml so it can start rendering. So using above my 60% xml files preview start showing in my old projects. Now still some of my file not rendering and that because of I’m using custom attr from style so I’m trying to figuring out why it’s happening and I’ll update this answer when I find solution for that.

Lateinit property _buildFeatureValues has not been initializedįor this I did build gradle using command line and it give me full error which I didn’t get when I directly build don’t know why? But It’s through error related flat dir and aar file so I did removed flat dir code and change aar file implementation code now It’s started to build and my app started to install. : CreationExtras must have a valueīy SAVED_STATE_REGISTRY_OWNER_KEY error in runtime.Ĭom.ExternalSystemException: Important note: I did add implementation "androidx.navigation:navigation-compose:2.5.1" dependency because I got id '.android' version '2.43.2' apply false.Implementation "androidx.navigation:navigation-compose:2.5.1" Implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' Implementation 'androidx.hilt:hilt-work:1.0.0' Which I’m going to mention below.įor Hilt I did removed all old Hilt related library and and below kapt ":dagger-compiler:2.42" Update all dependency to latest one but I face many error while doing that. I did upgrade my Gradle from 4.1.3 to 7.3.0


This will do solve in one of the my project which is only 5 screen project. Restart Android studio and restarted my pc as well.
