Android Training/Running Your Application: Unterschied zwischen den Versionen

Zeile 27: Zeile 27:
On Mac OS and Linux platforms, type these commands:
On Mac OS and Linux platforms, type these commands:
  $ chmod +x gradlew
  $ chmod +x gradlew
  $ ./gradlew assembleDebug
  $ ./gradlew assembleDebug
After you build the project, the output APK for the app module is located in <code>app/build/outputs/apk/</code>
After you build the project, the output APK for the app module is located in <code>app/build/outputs/apk/</code>
11.008

Bearbeitungen