Android Exception: 'java.lang.NoClassDefFoundError: javax.jmdns.JmDNS'
问题 Hopefully my issue isn't too silly but I'm having the following problem... I'm importing a jar which contains the library JmDNS into my project. My project sets up to handle JmDNS like this... setUp(); try { peer = new PublicPeer("Aidan",6666,6667,this); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } private void setUp(){ android.net.wifi.WifiManager wifi = (android.net.wifi.WifiManager) getSystemService(android.content.Context.WIFI_SERVICE); lock = wifi