google / eddystone

Specification for Eddystone, an open beacon format from Google
Apache License 2.0
3.07k stars 761 forks source link

Error:Unsupported method: BaseConfig.getApplicationIdSuffix() Android studio 3.0.1 #242

Open hulkco opened 6 years ago

hulkco commented 6 years ago

i have this isue


Error:Unsupported method: BaseConfig.getApplicationIdSuffix(). The version of Gradle you connect to does not support that method. To resolve the problem you can change/upgrade the target version of Gradle you connect to. Alternatively, you can ignore this exception and read other information from the model. Consult IDE log for more details (Help | Show Log)


IDE log


2018-03-27 19:48:41,587 [d thread 2] WARN - ect.sync.idea.ProjectSetUpTask - Unsupported method: BaseConfig.getApplicationIdSuffix(). The version of Gradle you connect to does not support that method. To resolve the problem you can change/upgrade the target version of Gradle you connect to. Alternatively, you can ignore this exception and read other information from the model.

Consult IDE log for more details (Help | Show Log) 2018-03-27 19:48:41,590 [d thread 2] INFO - e.project.sync.GradleSyncState - Gradle sync failed: Unsupported method: BaseConfig.getApplicationIdSuffix(). The version of Gradle you connect to does not support that method. To resolve the problem you can change/upgrade the target version of Gradle you connect to. Alternatively, you can ignore this exception and read other information from the model.

Consult IDE log for more details (Help | Show Log) (10s 506ms) 2018-03-27 19:48:42,988 [d thread 1] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 72ms; general responsiveness: ok; EDT responsiveness: ok 2018-03-27 19:48:43,539 [d thread 1] INFO - ScriptTemplatesProviders - [kts] loading script definitions [] using cp:
2018-03-27 19:48:43,544 [d thread 1] INFO - ScriptTemplatesProviders - Templates provider KotlinCompilerScriptTemplatesSettings is invalid:
2018-03-27 19:48:43,549 [d thread 1] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from /home/greynaga/Documents/android-studio/jre 2018-03-27 19:48:43,552 [d thread 1] INFO - ScriptTemplatesProviders - [kts] loading script definitions [org.gradle.kotlin.dsl.KotlinBuildScript] using cp: /home/greynaga/.gradle/wrapper/dists/gradle-2.2.1-all/c64ydeuardnfqctvr1gm30w53/gradle-2.2.1/lib/gradle-core-2.2.1.jar 2018-03-27 19:48:43,553 [d thread 1] INFO - ScriptTemplatesProviders - Templates provider Gradle Kotlin DSL is invalid: org.gradle.kotlin.dsl.KotlinBuildScript 2018-03-27 19:48:43,554 [d thread 1] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from /home/greynaga/Documents/android-studio/jre 2018-03-27 19:48:43,554 [d thread 1] INFO - ScriptTemplatesProviders - [kts] loading script definitions [org.gradle.script.lang.kotlin.KotlinBuildScript] using cp: /home/greynaga/.gradle/wrapper/dists/gradle-2.2.1-all/c64ydeuardnfqctvr1gm30w53/gradle-2.2.1/lib/gradle-core-2.2.1.jar 2018-03-27 19:48:43,555 [d thread 1] INFO - ScriptTemplatesProviders - Templates provider Gradle Script Kotlin is invalid: org.gradle.script.lang.kotlin.KotlinBuildScript 2018-03-27 19:48:43,555 [d thread 1] INFO - ScriptTemplatesProviders - [kts] loading script definitions [kotlin.script.templates.standard.ScriptTemplateWithArgs] using cp:
2018-03-27 19:48:43,765 [se-915-b01] INFO - tartup.impl.StartupManagerImpl - /home/greynaga/AndroidStudioProjects/TxEddystone-UID/.idea case-sensitivity: expected=true actual=true


Any help to resolve this? Thanks