I seem to have successfully built Android Studio from within IntelliJ, following these instructions: http://tools.android.com/build/studio
Note, I also needed to disable the "Kotlin" plugin (File -> Settings -> Plugins, uncheck "Kotlin"), and allow cidr-common and ten other modules to be unselected (clicked on a window during an error Because I can't figure out how to do this outside of IntelliJ, I'm not able to build on the command-line. I can launch Android Studio from IntelliJ (Run -> Run 'Android Studio'), but I'd like to be able to launch it without having the IntelliJ IDE open. studio-master-dev/tools/idea/out/artifacts has only this: core/ jps/ sources.zip Both core/ and jps/ are empty. Now that I've built it, how to I launch Android Studio directly, without opening IntelliJ? Like if I were to download it from Google, I'd launch it using "./studio.sh". Is that possible when building it this way? -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
