Lines Matching refs:Java
59 <li>Java: From your Java source, the Android build process generates {@code .dex}
61 (“DVM”). Even if your app contains no Java source code at all, the build process still generates a
64 <p>When developing Java components, use the {@code native} keyword to indicate methods implemented
92 <li>Java Native Interface (JNI): The JNI is the interface via which the Java and C++ components
95 Java Native Interface Specification</a>.</li>
107 <li>Manifest: If you are writing an app with no Java component to it, you must declare the
145 <li>Design your app, deciding which parts to implement in Java, and which parts to implement as
148 <p class="note"><strong>Note:</strong> While it is possible to completely avoid Java, you are likely
149 to find the Android Java framework useful for tasks including controlling the display and UI.</p>
177 <li>Build the Java component, producing the executable {@code .dex} file.</li>
235 <p>Because your application has no Java code, set {@code android:hasCode} to {@code false}.</p>