4

in windows 10 in Android Studio 3.2.1
the application is worked correctly after first time of installing but after installing Google Sceneform Tools (Beta) from : File > Settings > Plugins > Browse Repositories after installing the plugin android studio should restart and then it's can't launch anymore

anyone can help please ?

Hasan Darwesh
  • 134
  • 3
  • 16
  • 1
    That's a "beta" so, why don't you try to delete the configuration directory of the Android Studio in `C:/users//androidStudio` version? This should remove the config + installed plugins and you'll be able to run the App without reinstalling it again. – ʍѳђઽ૯ท Oct 14 '18 at 22:12
  • the problem is that I want to use that plugin@Mohsen – Hasan Darwesh Oct 15 '18 at 19:20
  • 1
    I get it. But it seems like because it's in beta release, might have some issues like now. You can report the issue to the developer or IssueTracker for the future releases but for now, the only solution will be deleting that directory so that you can use Android Studio again without reinstalling it. – ʍѳђઽ૯ท Oct 16 '18 at 07:10
  • thanks for your advice , I will work for that – Hasan Darwesh Oct 16 '18 at 21:25

2 Answers2

2

One cannot just use any version of Google Sceneform Tools ​(Beta)​ with any version of Android Studio. As this one comment suggests, even if it's about other versions (also see the other comments there):

A temporary solution: install Android Studio 3.5.1 + Sceneform 1.5, make sfb file, place in project in Android Studio 3.6.

So in your case, you might probably have to update to Android Studio version 3.5.3 or any other version, which works with the current version 1.16.0, as the Android Studio which you are using appears rather outdated.

If you just want to be able to start Android Studio again, then manually delete the plugin directory from %USERPROFILE%/.AndroidStudio3.2/config/plugins, in order to perform a manual uninstall, as it might be required in order to update Android Studio.

Besides "it's not working" is not an error description. You'd have to start Android Studio from the command line, in order to get some meaningful error message, by which you then could search in the issues on GitHub (if the reason why it doesn't start up anymore might have another cause).

Martin Zeitler
  • 49,224
  • 12
  • 97
  • 156
0

I have had issue #377 filed for this plugin since Oct 16, 2018, and unfortunately it is still open now.

I will update this answer if it is solved or a solution is found.

Ryan M
  • 11,512
  • 21
  • 38
  • 50
Hasan Darwesh
  • 134
  • 3
  • 16