javaWsDiscovery icon indicating copy to clipboard operation
javaWsDiscovery copied to clipboard

Android Studio issue

Open spider710 opened this issue 8 years ago • 1 comments

I tried to compile and run this code on android studio it shows error as eclipse core library not supportable... something plz could you help me out solve this problem....

spider710 avatar Sep 28 '17 10:09 spider710

Some files in the default package javax.xml.soap.* were missing, so I downloaded the jar file from here since it supported all classes that were required in the code. Also, in case you face gradle sync issues, add the following to your app/build.gradle: android { compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } }

meghna810 avatar Oct 09 '20 12:10 meghna810