As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
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?
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
E
Edward
said
almost 9 years ago
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
itsbalamurali
said
almost 9 years ago
@Edward i did try but no use can you please update repo with all dependencies ?
E
Edward
said
almost 9 years ago
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
itsbalamurali
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?