skip to Main Content

Android Studio – "error: package R does not exist" in all Direction classes after android studio update

I Updated my Android studio to ChipMunk 2021.2.1 and then Android Studio recommend me to move package name from Android Manifest to build.gradle : from: <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="myPackageName"> ... to: android { namespace 'myPackageName' ... } And after this…

VIEW QUESTION
Back To Top
Search