General Faq

1. Cant get home data?

Check your domain link and secret key in the app code. also test all apis in postman.

2. Sign in with mobile number is available?

No, currently sign in with mobile number is not available.

3. Getting NDK version error while running the app.

Go to project directory -> android -> app -> build.gradle

Add NDk version in build.gradle file with the Versions available locally

4. How to Enable / Disable screen recording in app?

Go to project directory -> android -> app -> src -> main -> kotlin -> com -> mediacity -> eclass -> MainActivity.kt

comment this line to enable screen recording

5. Getting error while creating jks file 'keytool' is not recognized as an internal or external command.

To solve this error watch the below given video link

6. How to solve gradle version issue?

A Gradle version issue can occur when the version of Gradle that your project is using is incompatible with the version of Gradle that is installed on your system. This can happen if you are using a different version of Gradle than what your project was created with or if you have multiple versions of Gradle installed on your system.

  1. Run the command in the terminal

  • cd android

  • gradlew --version

2. Check your gradle version and replace it in the app code at the path

  • project directory -> android -> gradle-> wrapper-> gradle-wrapper.properties

7. APK size of App is too large, how to reduce apk size?

When you upload the app bundle to play console ,the apk size automatically reduced to 40-50MB

To generate app bundle ,

Go to project's terminal ,run the command

  • flutter clean

  • flutter build appbundle

8. Some Courses not shown in app

Please check course not private from admin side.

Last updated