1

I am getting following error when I set Android 6.0 as Project Build target for SalesforceSDK 3.3.0.

enter image description here


And I guess because of this Changes in Android 6.0

enter image description here

As I am working on Eclipse - build.gradle file solution does't work.

Any help will be appreciated.

Bharatesh
  • 8,943
  • 3
  • 38
  • 67

1 Answers1

1

In the Android SDK you will find a folder like this:

/home/raditha/android-sdk-linux/platforms/android-23/optional/

In it exists a file named org.apache.http.legacy.jar copy it in your projects libs folder, right click and add to build path. You might also need to goto the order and export tab and mark for export.

e4c5
  • 52,766
  • 11
  • 101
  • 134