Pehla School consists of 2 apps as following:
- Pehla School
- Main learning app with tailored curriculum.
- Pehla School Library
- A collection of videos and books for children to enjoy.
Both the apps are developed using cocos2d-x engine
Android Studio and Android NDK are necessary to build the project. Make sure to use the specified versions mentioned below, to avoid errors. Android Studio will also ask to install the relevant SDKs and build tools that are missing - please install them along the way.
-
Download and install Android Studio.
-
Download Android NDK 14.
-
Unzip the NDK file and set its path in the pehlaschool and pehlaschoollibrary code.
Download correct version of file from release assets.
- to build pehlaschool, place the 3rd party files in the following folders:
- ROOT/pehlaschool/cocos2d
- ROOT/pehlaschoollibrary/cocos2d
Build with Android Studio
- set the appropriate 'Build Variant'
- pehlaschool: hindiDebug/hindiRelease
- pehlaschoollibrary: englishDebug
- build variant of pehlaschoollogger will be set automatically to release, if not, then set it manually
- in the Build menu click on Build APK option
The resulting debug and release APKs will be generated in app/build/outputs/apk/ and app/ folders respectively.
Note: Please make sure there is enough storage available on the device
- Download the OBB file and follow the instructions which are present in the latest GitHub release.