java.lang.NoSuchMethodError in compiling android app in IntelliJ IDE -


I am trying to use IntelliJ IDE 13 to develop an Android app, whenever I have a new project I try and compile it to get this error: java.lang.NoSuchMethodErro

I have tried another SDK, but nothing has changed.

The picture of the error is attached.

Please help me: (

This means that you have some method Are not available at the current API level which you are using.

Learn more about

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -