Confirmed users
400
edits
Line 5: | Line 5: | ||
nalexander has a [http://www.ncalexander.net/blog/2014/10/23/building-fennec-with-gradle-and-intellij-first-steps/ blog post] for getting a basic setup with IntelliJ. | nalexander has a [http://www.ncalexander.net/blog/2014/10/23/building-fennec-with-gradle-and-intellij-first-steps/ blog post] for getting a basic setup with IntelliJ. | ||
A few additional steps that are not included in the blog entry | |||
* Add the Android SDK for building | |||
** (File >) Project Structure (this is *not* in general settings) | |||
* Add *.java.in (and other preprocessed) files to (settings) > File Types > Java source files (in order to handle files like AppConstants.java.in) | |||
* Increase memory in <intellij-topdir>/bin/idea.vmoptions | |||
** Some suggested values for min and max: | |||
*** Xms512m | |||
*** Xmx2048m | |||
** Optionally, toggle "Show Memory Indicator" to On | |||
(There is also a detailed but outdated [http://perplexedturnip.wordpress.com/2013/07/31/bludgeoning-intellij-idea-into-being-useful-for-mobile-firefox-development/ blog post] by ckitching.) | (There is also a detailed but outdated [http://perplexedturnip.wordpress.com/2013/07/31/bludgeoning-intellij-idea-into-being-useful-for-mobile-firefox-development/ blog post] by ckitching.) |