Start a new topic

where can i download 2.2.0 version of android sdk

hi,

i am trying to setup https://github.com/KinveyApps/CityWatch-Android i guess its based on v2.2.0 sdk as per commit history can you give me link to sdk?

Hey, have you tried it with the latest version? All of our sdk releases are intended to be backwards compatible, so if you run into bugs please do report them! We appreciate the feedback.



If you really want the 2.2.0 release, scroll down to the *very* bottom of the release page, where there is a link to historical downloads: http://devcenter.kinvey.com/android/downloads
@Edward i did try but no use can you please update repo with all dependencies ?
All of our dependencies should be inside the 'libs' directory within the zip file-- Citywatch also needs the Facebook SDK and ActionbarSherlock, which we do not distribute.



Check out the README file on github, the `Using the Sample` section contains links to download the Facebook SDK and ActionBarSherlock-- follow their instructions on their site to get things integrated.



If you are missing a specific dependency from the Kinvey side, can you show me the `import ...` statement that is failing?
i get these errors



C:\Users\Balamurali\AndroidstudioProjects\CityWatch-Android1\app\src\main\java\com\kinvey\samples\citywatch\CityWatch.java

Warning:(413, 37) non-varargs call of varargs method with inexact argument type for last parameter;

cast to Void for a varargs call

cast to Void[] for a non-varargs call and to suppress this warning

C:\Users\Balamurali\AndroidstudioProjects\CityWatch-Android1\app\src\main\java\com\kinvey\samples\citywatch\CityWatchMapFragment.java

Error:(91, 15) error: exception GooglePlayServicesNotAvailableException is never thrown in body of corresponding try statement

Note: C:\Users\Balamurali\AndroidstudioProjects\CityWatch-Android1\app\src\main\java\com\kinvey\samples\citywatch\CityWatchListFragment.java uses unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.

1 warning

Error:Execution failed for task ':app:compileDebugJava'.

> Compilation failed; see the compiler error output for details.

Information:BUILD FAILED

Information:Total time: 19.374 secs

Information:2 errors

Information:1 warning

Information:See complete output in console



here is my repo https://github.com/itsbalamurali/citywatch
Login or Signup to post a comment