You need to sign in to do that
Don't have an account?
Sforce Chris
Android Studio and SalesforceSDK
I'd like to know if anyone already managed to setup correctly Android Studio for using the SalesforceSDK. Somehow, I get an error, that package com.salesforce.androidsdk.app and so on is missing which basically means that the salesforce SDK library was not correctly added to the project.
However, in the project structure, I added the salesforceSDK project like that Module but something must be wrong.
(I'm fine setting that up with Eclipse but I had hope it's working in the Android Studio).
Ok I got it working by importing the project in Eclipse (with all the correct setting), then by generating the gradle files and import back in Android Studio. Working great but I guess that Android Studio is still too much beta at this stage.
All Answers
Ok I got it working by importing the project in Eclipse (with all the correct setting), then by generating the gradle files and import back in Android Studio. Working great but I guess that Android Studio is still too much beta at this stage.
I am going to try first going into Eclipse and then into AS.
Can you please explain it with steps ?
Thanks in advance