You need to sign in to do that
Don't have an account?

Where is SaleforceSDK-1.5.jar for Android?
I have the forcedotcom/SalesforceMobileSDK-Android cloned and I'm trying to upgrade our existing mobile app to the latest SDK and I'm unable to find the Salesforce jar file that is referenced.
Does anyone know where to find it?
Read this - http://salesforce.stackexchange.com/questions/9868/need-salesforce-sdk-jar-file
The Android SDK is now an Android Library project, and as such can't be just included as a jar, it needs to be included as an actual source code project. You'll want to clone the repo and add the relevant projects to your workspace (assuming you're using eclipse)
Hope this resolves your issue.
Regards,
Gaurav
All Answers
Read this - http://salesforce.stackexchange.com/questions/9868/need-salesforce-sdk-jar-file
The Android SDK is now an Android Library project, and as such can't be just included as a jar, it needs to be included as an actual source code project. You'll want to clone the repo and add the relevant projects to your workspace (assuming you're using eclipse)
Hope this resolves your issue.
Regards,
Gaurav
The problem with this answer is that while true, it does not explain what to do instead :)
This error message appears when you try to follow the instructions in the README.md files within the SDK and then build one of the example projects (ContactExplorer, for example). In my case, SalesforceSDK is displayed in the Package Explorer, but still when ContactExplorer is built it wants to find this file salesforcesdk.jar. Should some setting in the ContactExplorer project be changed? Are the instructions in the README.md incorrect? Thanks.
Can u suggest me some solution.