ctaylor
ctaylor

Reputation: 81

Android Studio returning error "Unable to resolve superclass"

I was able to solve the above error under Eclipse 4.2.2 by following instructions suggested by Raghunandan at:

java.lang.ClassNotFoundException after changing nothing in the project but upgrading eclipse android sdk

but I am now getting the same error under Android Studio but cannot apply the same solution as there is no 'Android Private Libraries' in the Java Build Path | Export Order tab.

Any help would be appreciated !

Thanks

Upvotes: 1

Views: 867

Answers (1)

sha256
sha256

Reputation: 3099

if anyone's here for the anwser to this, just delete the build folder & run

Upvotes: 1

Related Questions