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 -

c# - Chart control: Design messed Up after clearing and re-adding Y-Values -

javascript - Bootstrap Modal won't close, previously appended to Body using JQuery -