Hi,
This is regarding setting up the edX mobile application. I followed the following steps to setup the android application,
1.) Have installed install the edX Full Stack on a single Ubuntu 12.04 64-bit. 2.) Enabled mobile API support in lms.env.json file in edx-platform.
3.) Have created client id and secret using Clients under the Oauth2 section in Django administration console.
4.) Have cloned edx-app-android from github in my local computer.
5.) Have imported the project into android studio.
6.) Have added OAuth credentials generated using Django admin in local.yaml file in VideoLocker/default_config folder.
7.) Have changed API_HOST_URL property in config.yaml file from android localhost address to the IP address where i have hosted my edX full stack.
After this, I ran the application in my phone in USB Debugging mode and I tried to login into the application. But its not allowing me to login, since it is not able to authenticate with my edX server. I don't know where I am going wrong. Can some one help me to resolve this issue.?
Thanks,
Siva.