function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sushmaraosushmarao 

Installing the Mobile SDK for Android

Hi all,

I am not able to install the Sales force mobile SDK from GIT hub, i tried to download the zip file and also run the install.vbs file, but it gives error as 'There was an error getting the status of the git repository: '' Make sure the 'git' executable is on your PATH variable.' I could not find the git executable in my folders.

Am not sure if i am missing something.

Can some suggest the steps to install the SDK as well as how to set the environment variables.

Please help,

Thanks in advance.

Gaurav KheterpalGaurav Kheterpal

Looks like you do not have a Git client installed. You can get one from here - http://git-scm.com/downloads

http://windows.github.com/

 

You can also install any third party git client like Smartgit. Once you have that installed, use that to clone the repo.

 

I hope this helps.


Regards,
Gaurav

joshbirkjoshbirk

Also make sure that you are cloning the project, not just downloading the zip.