Closed prodigy009 closed 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'
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 https://github.com/simpligility/ksoap2-android/issues/105#issuecomment-261868952, or mute the thread https://github.com/notifications/unsubscribe-auth/ADF-6D0g1wS01LyQ02SBGl4TJtcUDOliks5rAVBygaJpZM4K3qr9 .
And you need to add the repository to Gradle.
http://simpligility.github.io/ksoap2-android/getting-started.html
found, jar assembly, which fully decompiled into Android SDK from this branch
Close problem.
I want to get the latest release .jar 3.6.2 but I have no idea how to build.....