javaWsDiscovery
javaWsDiscovery copied to clipboard
Android Studio issue
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....
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 } }