vims liu
vims liu

Reputation: 643

android studio cannot resolve Symbol R after importing a gradle project as module

after importing a gradle project that has apply plugin: 'com.android.library' into another gradle project and add it as dependency so i could use an activity and its classes, it throws an exception cannot resolve Symbol R

it seems all solution comming from last year are outdated and cannot be seen on the latest android studio (version 2.2.2)

Upvotes: 0

Views: 681

Answers (1)

Vijay
Vijay

Reputation: 156

You can try this, Build => Clean Project then you will get the error, error might be change in layout.xml file or string.xml file... solve it

Upvotes: 1

Related Questions