1
0
Fork 0
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:
ed 2020-03-03 15:51:55 +00:00
parent 9c83b28e4a
commit 618f3645b2
7 changed files with 117 additions and 147 deletions

View file

@ -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: