[Solved] Android Studio: Cannot resolve symbol ‘activity_profile’


The first argument of the Intent constructor you’re using should be a context. So activity_profile should be the name of the Java activity that you’re writing this code in.

solved Android Studio: Cannot resolve symbol ‘activity_profile’