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.
Still not working for me, getting the same issue Can not resolve :kinvey-android
Hi Gaurav,
Currently, you can resolve this issue by giving the exact filename of the aar in your build.gradle file.
E.g. compile(name:'kinvey-android-2.10.4', ext:'aar')
The "kinvey-android-*" is supposed to resolve to the latest kinvey SDK available in the libs folder, so that you won't need to change the build.gradle file every time you upgrade to latest Kinvey SDK. But, Android Studio doesn't support that for aar files right now.
Hope this helps.
Regards,
Wani
Kinvey Support
Gaurav
Hi,
I followed the steps specified http://devcenter.kinvey.com/android/guides/getting-started but am getting the following error.
Error:Failed to resolve: :kinvey-android-*:
<ahref="openFile:/Users/gauravdobhal/AndroidStudioProjects/Ribbit4/app/build.gradle">Open File</a>
Below is my build.gradle file. The issue seems to be similar to this one
1 person has this question