I coded a java application with eclipse using jfugues library for my computer. I was trying to build the same application for my android phone using Android Studio but I can't figure out how to import this jfugues library. Can someone explain me please how to do it step by step
Asked
Active
Viewed 96 times
0
-
you must have midi to import – Archu Mohan Oct 03 '19 at 07:06
-
@ArchuMohan explains me how to use it please – Joelbeni Oct 03 '19 at 07:08
-
It's my understanding that the JVM on Android does not include support for the javax.sound.midi package. – David Koelle Oct 07 '19 at 18:56