Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UnsupportedMethodException Android Studio 0.8.9

I have Android Studio 0.8.9. Until now, It could sync with gradle files successfully, But today when I opened it, It gives me this error:

UnsupportedMethodException          Failed to set up Android modules in project 'Project': Unsupported method: SourceProvider.getJniDirectories().          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. 

Can you help me solve this? Thanks.

like image 244
user3184899 Avatar asked Oct 31 '14 18:10

user3184899


1 Answers

As stated by Justin, Upgrading to Android Studio 0.9.0 fixes this issue.

like image 116
Jeff Brateman Avatar answered Sep 22 '22 05:09

Jeff Brateman