Why different layout between real app and built app(after local customization)

Why different layout between real app and built app(after local customization)

by suman bogati -
Number of replies: 5

Hi Everyone,

I am very new to moodle mobile app, and doing some customization with moodle app from https://github.com/moodlehq/moodlemobile.

With this source code,  I built android app by using android sdk and install that compiled app in my android phone.

After installed the app and connected the moodle, I got this error as shown in below image.

error on customize app


After click on OK,  I got this layout as shown  in below image which looks different from layout of moodle app (the app installed from google play store)

.simple layout on customize app


Why I am getting different layout  between

https://github.com/moodlehq/moodlemobile

and

https://play.google.com/store/apps/details?id=com.moodle.moodlemobile&hl=en

Is there anything I am doing wrong ? Why the error is coming as attached in image ?

Average of ratings: -
In reply to suman bogati

Re: Why different layout between real app and built app(after local customization)

by Jeremy Hatfield -

Sorry, I pasted in the wrong link. The official github page is: https://github.com/moodlehq/moodlemobile2

Average of ratings: Useful (1)
In reply to Jeremy Hatfield

moodle mobile app is not working after customization

by suman bogati -

Hi Jeremy,


Thank you so much for the reply, I have downloaded the moodlemobile2 from https://github.com/moodlehq/moodlemobile2,  and have done very basic customization like name etc.

I have compiled this app for android by http://build.phonegap.com and installed it in android phone. The app does not work and the screen is appeared as in below image when the app is opened.

screen of moodlemobile2


Can you please give some guidance on this ?

My forked repositry of moodlemobile2 is available over here...https://github.com/sumanbogati/moodlemobile2

In reply to suman bogati

Re: moodle mobile app is not working after customization

by Dani Palou -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Hello Suman,

please follow this guide to configure your development environment:

https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2

The screenshot you pasted suggests you lack some of the required libraries.

Please let me know if you have any problem with this.

Kind regards,

Dani

Average of ratings: Useful (1)