I added a new "Settings" activity using the "Add a new wizard" android studio. Right after that i get it
Error: (47) There was a problem evaluating the project ': AppName'. Could not find the compile property on org.gradle.api.interna l.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@ 395e73e7.
And he says that he cannot allow compilation of the character.
Any ideas?
Check out the file 'build.gradle'. It probably has formatting errors where "compilation" is used.
In my case, in the build.gradle file, delete the file after compilation '', fix it. for example: - compile 'com.android.support:support-v4:23.1.1'
Source: https://habr.com/ru/post/971804/More articles:How to get the base URL of a site in MVC - asp.net-mvcapache tomcat: error starting grails application - apacheNginnx Configuration for Yii 2 Advanced Application Template - nginxwhat's the best way to get the base url from the controller - asp.net-mvcSciPy helped the wrong result - pythonGo: Removing accents from strings - goTesting multiple IntegrityErrors in the same test case Django unittest - djangoHow to check array of integers in Laravel - arraysJenkins Slave 403, although anonymous Slave connection is enabled - securityFailed to build using the support library on Travis CI / Android SDK v20 - androidAll Articles