mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Android: Fixed some issues in the native content sharing code
This commit is contained in:
parent
9c83b28e4a
commit
618f3645b2
7 changed files with 117 additions and 147 deletions
|
|
@ -23,8 +23,7 @@ the folder created in step 2 so you can debug your Java code this way.
|
|||
build/intermediates/javac/release_Release/compileRelease_ReleaseJavaWithJavac/classes.
|
||||
Inside of that folder, you will find all your Java byte-code compiled classes.
|
||||
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).
|
||||
Java.class and JuceApp.class which you will probably want to remove).
|
||||
|
||||
6. Inside of build/intermediates/javac/release_Release/compileRelease_ReleaseJavaWithJavac/classes
|
||||
execute the following dx command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue