-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with version v2.4.0-preview of the sound library #100
Comments
Thanks for reporting! What exactly is the problem, is there no sound playing? Any other error messages? Can you please test whether the sketch works with earlier versions of the sound library on the v0.5.2 APDE? |
I just logged in here to check on this issue. Still happening and I'm searching for any fix. The v2.3.0 Sound release on APDE works great. I uninstalled v2.4.0 and checked the older version. But when installing the v2.4.0, the sound-dex.jar is not made. Creating the dex from the jar with DX Dexer still doesn't fix the problems because then the AudioIn is not working. The error is "java.lang.NoClassDefFoundError: Failed resolution of: Lprocessing/sound/AudioIn" |
Could you please try uninstalling the sound library through the Contribution Manager, then install it manually from sound-android.zip and report back if that fixes the issue? |
kevinstadler, we're trying to get the sound to work in APDE android application, I don't know how to access a contribution manager through APDE. So instead, I followed what you said using the Processing 4.3 desktop application (Mac OS) but I don't know that things are solved. So at first, following your steps didn't work because uninstalling "sound" through Contribution Manager made Processing think "sound" was not accessible even though I manually extracted sound-android.zip and placed the package's folder in the libraries folder. I ended up starting over (deleted the Android sound folder in libraries, while Sound was also uninstalled by Contribution Manager), then I installed "Sound" through the Contribution Manager, then I deleted the "sound" folder the Manager created, and finally I dropped in the sound-android.zip extracted folder in the libraries folder. I was able to execute my program just fine on MacOS Processing after these steps were taken. Not sure how to transfer over this setup to my Android though. |
I'm sorry I don't use APDE myself so I can't be of much help here -- the sound-android.zip should work on Android (at least it does in Android Mode for Processing), I guess these are the instructions for installing libraries under APDE, maybe if you follow these steps to install sound-android.zip it won't raise the 'not accessible' error: https://github.com/Calsign/APDE/wiki/Installing-Contributed-Libraries If you want to get the sketch/sound to run on Android definitely steer clear of even installing the default sound library, use the sound-android.zip and nothing else. |
Guys that was almost a year ago and I have absolutely no recollection of the problem. I did installed sound 2.3.1 and it works fine. |
yeah i did everything right. it didn't work. |
I'm not sure if this issue is related to the latest version of sound or because I'm using v0.5.2 APDE. but it worked fine before.
The text was updated successfully, but these errors were encountered: