simpligility / ksoap2-android

ksoap2-android - SOAP support for Android
http://simpligility.github.io/ksoap2-android/
Other
543 stars 247 forks source link

How to get a .jar? #105

Closed prodigy009 closed 7 years ago

prodigy009 commented 7 years ago

I want to get the latest release .jar 3.6.2 but I have no idea how to build.....

Kisty commented 7 years ago

What sort of project do you have? Do you have a build.gradle file? If so then use in your dependencies section: compile 'com.google.code.ksoap2-android:ksoap2-android:3.6.2'

prodigy009 commented 7 years ago

You mean to specify a folder in android studio instead .jar file? In the evening, I try, if you have understood correctly. (my English is bad and JAVA, android studio also)

Kisty commented 7 years ago

What I mean is in your project folder, you should see an app folder, inside that, you should see a build.gradle file. In that file, you should see a

dependencies {
    compile ...
}

Add the line I said before in there.

Hope this helps!

On Mon, 21 Nov 2016, 08:04 prodigy007, notifications@github.com wrote:

You mean to specify a folder in android studio instead .jar file? In the evening, I try, if you have understood correctly. (my English is bad)

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/simpligility/ksoap2-android/issues/105#issuecomment-261868952, or mute the thread https://github.com/notifications/unsubscribe-auth/ADF-6D0g1wS01LyQ02SBGl4TJtcUDOliks5rAVBygaJpZM4K3qr9 .

mosabua commented 7 years ago

And you need to add the repository to Gradle.

http://simpligility.github.io/ksoap2-android/getting-started.html

prodigy009 commented 7 years ago

found, jar assembly, which fully decompiled into Android SDK from this branch

https://oss.sonatype.org/content/repositories/ksoap2-android-releases/com/google/code/ksoap2-android/ksoap2-android-assembly/

Close problem.