Skip to content

Cannot resolve symbol or Cannot resolve method

Snoy-Kuo edited this page Mar 17, 2022 · 2 revisions

Messages

Cannot resolve symbol 'somePackage'
Cannot resolve method 'getResources' in 'SomeActivity'

Description

The Android Studio project can build and run, but got error of that symbol or method.

Dev env

  • macOS 11.6 (Big Sur) x64
  • Android Studio Bumblebee Patch 1
  • Android SDK version 27
  • buildTool: 28.0.3
  • Android Gradle Plugin: 3.2.1
  • Gradle: 4.10.1
  • Gradle JDK: corretto-1.8
  • Kotlin: 1.3.72

Tried approaches

Solution