Lines Matching refs:in
2 and Eclipse. Your IDE should be able to compile everything in a reasonable
10 your VM options in "Help > Edit Custom VM" and increase the
11 file size limit in "Help -> Edit custom properties" by adding
26 3) Open android.ipr in IntelliJ. If you already have the project open,
27 hit the sync button in IntelliJ, and it will automatically detect the
44 least one jar is present, so include a random jar that won't get in the
58 IDEGen keeps an exclusion list in the "excluded-paths" file. This file
64 "excluded-paths" file in the project's root directory. For example, you
65 might exclude all apps except the Browser in your IDE configuration with
70 You may want some source roots to come before others in Eclipse. Simply
71 create a file named "path-precedence" in your project's root directory.
72 Each line in the file is a regular expression that matches a source root
74 path matches a regular expression that comes earlier in the file, that
75 source root will come earlier in the generated configuration. If a source
76 root doesn't match any of the expressions in the file, it will come last,