MichaelF Posted September 17, 2016 Share Posted September 17, 2016 Hello fellow programmers.I am new into the world of Android based Applications. I can create the most basic things in Android studio and learning the logic of the software. I am trying to import/open Mumble open source file i got from Github but seem to be failing with something and can't figure out what i am doing wrong. First attempt it will create the Gradle file for me and import all Libraries necessary to launch after all is done when trying to run the code into a android phone it will tell me the MNotification (setEventListenerInfo) is no longer supported according to my research. I can't figure out how to have this source running before i start studying how it works so i can continue with this example.Thanks in advance for any help.https://github.com/pcgod/mumble-android Code used for Mumblehttps://github.com/acomminos/Plumble Code used for PlumbleIn Plumble the error i get is there is no class called Default. Quote Link to comment Share on other sites More sharing options...
CalebExpaf Posted November 18, 2020 Share Posted November 18, 2020 Looks like a classpath or class loader problem. You still need to use transport MQ_CLIENT for Android... and should have used that too on your stand alone Java... Ok, I will try that thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.