mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Fixed a typo in the native java README.txt
This commit is contained in:
parent
33901385de
commit
dbd7c4d205
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ Remove any classes that you are not interested in (typically you'll find
|
|||
Java.class, JuceApp.class and JuceSharingContentProvider.class which you will
|
||||
probably want to remove).
|
||||
|
||||
6. Inside of app/build/intermediates/classes/release_/release execute the
|
||||
following dx command:
|
||||
6. Inside of build/intermediates/javac/release_Release/compileRelease_ReleaseJavaWithJavac/classes
|
||||
execute the following dx command:
|
||||
|
||||
<path-to-your-android-sdk>/build-tools/<latest-build-tool-version>/dx --dex --verbose --min-sdk-version=<your-min-sdk-of-your-classes> --output /tmp/JavaDexByteCode.dex .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue