simpligility / ksoap2-android

ksoap2-android - SOAP support for Android

Home Page:http://simpligility.github.io/ksoap2-android/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get a .jar?

prodigy009 opened this issue · comments

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

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'

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)

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
#105 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADF-6D0g1wS01LyQ02SBGl4TJtcUDOliks5rAVBygaJpZM4K3qr9
.

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.