Mobile/Fennec/Android/IDEs: Difference between revisions

Jump to navigation Jump to search
Line 32: Line 32:


== Trouble shooting ==
== Trouble shooting ==
=== General build/SDK problems ===
Before asking in #mobile, check the following:
* Are you running at least IntelliJ 14.0.3, the EAP/preview version. You can change your update channel in IntelliJ > Preferences > (search) Updates, and select "Early Access Program" as your update channel.
* Do you have an Android SDK in your project structure? Make sure that in File > Project Structure > SDKs, you have a JRE as well as an Android SDK. If you don't have the latter, go back to the instructions and try Step 5 again.
* Is the Gradle configuration working?
  <code>./mach gradle build</code>
* Is Gradle busted?
  <code>./mach gradle clean assembleDebug</code>
* If you've pulled in changes to the Gradle configuration lately, refresh Gradle: View > Tool Windows > Gradle and click the blue "sync" button in the top left.
* If changes don't seem to be taking, make sure the cache is cleared with File > Invalidate caches. Restart.


=== Import problems ===
=== Import problems ===
Confirmed users
400

edits

Navigation menu