"no Resource Found" Errors When Building App
I'd like to migrate my Eclipse project to Android Studio. I used to build the project with minSdkVersion=8, but I want to add new functionality that requires minSdkVersion 10. I'm
Solution 1:
The cause - and solution - to the problem is due to incompatibility with between my specified minSdkVersion and the app-compat library, as described here.
Post a Comment for ""no Resource Found" Errors When Building App"