We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have been getting the following error when I call the method:
RestAdapter(context, "url-here").createRepository("blah").findAll
java.lang.NoSuchMethodError: com.strongloop.android.remoting.adapters.RestAdapter$RestHttpClient.get at com.strongloop.android.remoting.adapters.RestAdapter$RestHttpClient.request(RestAdapter.java:473) at com.strongloop.android.remoting.adapters.RestAdapter.request(RestAdapter.java:202) at com.strongloop.android.remoting.adapters.RestAdapter.invokeStaticMethod(RestAdapter.java:134) at com.strongloop.android.remoting.adapters.RestAdapter.invokeStaticMethod(RestAdapter.java:107) at com.strongloop.android.remoting.Repository.invokeStaticMethod(Repository.java:115) at com.strongloop.android.loopback.ModelRepository.find(ModelRepository.java:160) at com.strongloop.android.loopback.ModelRepository.findAll(ModelRepository.java:150) ...
In my build.gradle file, I have:
build.gradle
compile 'com.strongloop:loopback-sdk-android:1.6.0' compile 'com.loopj.android:android-async-http:1.4.9'
Oddly enough, this has only started happening for me recently. Only thing I can think of having done is upgrading gradle to the latest version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have been getting the following error when I call the method:
In my
build.gradle
file, I have:Oddly enough, this has only started happening for me recently. Only thing I can think of having done is upgrading gradle to the latest version.
The text was updated successfully, but these errors were encountered: