javakiteconnect icon indicating copy to clipboard operation
javakiteconnect copied to clipboard

explanation: include com.rainmatter.kiteconnect in Android Studio

Open musafirsafwan opened this issue 7 years ago • 3 comments

Added explanation for how to include com.rainmatter.kiteconnect in Android Studio

musafirsafwan avatar Jan 22 '18 04:01 musafirsafwan

Hi, The one you linked is the old version. I would suggest download jar file from release page to the module's libs directory and in the app's build.gradle and write the following code,

 compile files('libs/kiteconnect.jar')

kssujithcj avatar Jan 22 '18 06:01 kssujithcj

@kssujithcj .. Thanks for the update. Still, I will have to include com.rainmatter.kiteconnect into build path from maven, right?

musafirsafwan avatar Jan 22 '18 15:01 musafirsafwan

The older version is getting deprecated. If someone uses older maven they will have to re-do everything with a new version. Since this is pre-release, we haven't uploaded to maven. We will do it soon. Until then using jar file is the feasible solution. We will update readme.

kssujithcj avatar Jan 22 '18 17:01 kssujithcj