skip to Main Content

After update android studio all old flutter project not run

I get below error when i try to run app Could not open settings generic class cache for settings file '/Users/user/Desktop/Ridham/e_commerce/Desi_Chicken/DesiChiken_Vendor/android/settings.gradle' (/Users/user/.gradle/caches/8.0.2/scripts/df7u4no3ok2toy60b1rh7yy2p). BUG! exception in phase 'semantic analysis' in source unit 'BuildScript' Unsupported class file major version 65 Could not…

VIEW QUESTION

Android Studio – Radio Button inside Recyclerview is not working properly in Kotlin

Adapter Class -------------- class FilterByDataAdapter( val filterByData: (ArrayList<String>) -> Unit, val filterByDataRadioBtn: (String) -> Unit ) : RecyclerView.Adapter<FilterByDataAdapter.FilterByDataViewHolder>() { private lateinit var itemFilterByListBinding: ItemFilterByListBinding private lateinit var filerByDataList: ArrayList<FilterByItemDataModel> private lateinit var filterByName: String var filteredData: ArrayList<String> = arrayListOf() override…

VIEW QUESTION

Android Studio – AAPT: error: unexpected element <property> found in <manifest><application>

I am getting the error AAPT: error: unexpected element <property> found in <manifest><application> in the file (MyUser).gradlecachestransforms-2files-2.1f8eb949f3b3f333139f5fde4ce67e9c7jetified-play-services-ads-lite-22.4.0AndroidManifest.xml:82:9-84:62 from the block <property android:name="android.adservices.AD_SERVICES_CONFIG" android:resource="@xml/gma_ad_services_config" /> when trying to rebuild my android studio project. Thanks for the help. I havenĀ“t tried much…

VIEW QUESTION
Back To Top
Search