beansoft / react-native-console

🧩 an IDEA/WebStorm/Android Studio Plugin for One-Click run React Native commands in embed terminal
BSD 3-Clause "New" or "Revised" License
185 stars 28 forks source link

Android Studio 4.1 RC failed to startup #49

Closed beansoft closed 4 years ago

beansoft commented 4 years ago

java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key use.tabbed.welcome.screen at java.util.ResourceBundle.getObject(ResourceBundle.java:450) at java.util.ResourceBundle.getString(ResourceBundle.java:407) at com.intellij.openapi.util.registry.Registry.getBundleValue(Registry.java:118) at com.intellij.openapi.util.registry.RegistryValue._get(RegistryValue.java:182) at com.intellij.openapi.util.registry.RegistryValue.get(RegistryValue.java:159) at com.intellij.openapi.util.registry.RegistryValue.calcBoolean(RegistryValue.java:65) at com.intellij.openapi.util.registry.RegistryValue.asBoolean(RegistryValue.java:58) at com.intellij.openapi.util.registry.Registry.is(Registry.java:54) at com.github.beansoftapp.reatnative.newProject.RnNewProjectAction.updateNewProjectIconIfWelcomeScreen(RnNewProjectAction.java:28) at com.github.beansoftapp.reatnative.newProject.RnNewProjectAction.update(RnNewProjectAction.java:54)