Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to find "Google Sceneform Tools (Beta)" plugin in Android Studio

I am currently trying to use Google's ARCore libraries, particularly sceneform, to render an imported 3D model. I'm trying to use this guide from google to do this.

However, when I go to File > Settings > Plugins > Browse Repositories I am unable to find the "Google Sceneform Tools (Beta)" plugin. It simply doesn't show up, as seen here: No results shown on search "Google Sce". I have tried many other variations of the search, it just doesn't seem to appear in the list at all.

I have also tried manually downloading and installing from the jetbrains page, but when I try to install from disk I get the error:

Plugin 'Google Sceneform Tools (Beta)' is incompatible with this installation

I am currently using Android Studio 3.0.1, with Android SDK 24.4.1. My only other idea is that there is a setting somewhere which dictates what plugins show up, but I have not found anything about that online. Any ideas would be greatly appreciated!

like image 675
Nikolas Untoten Avatar asked Oct 17 '22 16:10

Nikolas Untoten


1 Answers

Please check your Android Studio version and upgrade.

It should be at least 3.1

like image 133
Canato Avatar answered Oct 21 '22 04:10

Canato