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

Folder list php -

GO: Serve static pages -

python - Why can't I destroy my StaticText in wxPython? -