I just installed AS, updated the Android SDK, but when I build even an empty project, an error occurs, and the AppCompatActivity class also does not find it. Tell me what could be the problem?
I just installed AS, updated the Android SDK, but when I build even an empty project, an error occurs, and the AppCompatActivity class also does not find it. Tell me what could be the problem?
Source: https://ru.stackoverflow.com/questions/600394/
All Articles
appcompatlibrary to the project? If you are just starting out, I advise you not to bother and changeAppCompatActivitytoActivity. Come back when you understand the principles - FlippyandroidTestCompile 'com.squareup:javawriter:2.2.1'to thedependenciesblock in the module-levelbuild.gradlefile. - post_zeew