tutor
Here are 49 public repositories matching this topic...
-
Updated
Nov 3, 2020 - Go
Fix split apks error
Lots of people run into an error saying "No non-density APK found" and it's because we enable split APKs: https://github.com/oppia/oppia-android/blob/develop/app/build.gradle#L44 but per https://developer.android.com/studio/build/configure-apk-splits I think we need to explicitly define which APKs to support. Those should be:
- mdpi
- hdpi
- xhdpi
- xxhdpi
- xxxhdpi
This issue is tracking:
-
Updated
Jan 4, 2019 - HTML
-
Updated
Aug 17, 2020 - Java
-
Updated
Feb 25, 2020 - CSS
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
May 9, 2020 - JavaScript
-
Updated
Jul 24, 2017
-
Updated
Apr 29, 2018 - JavaScript
-
Updated
May 10, 2020 - Jupyter Notebook
-
Updated
Dec 13, 2020 - C++
-
Updated
Feb 7, 2017 - JavaScript
-
Updated
Jan 7, 2020 - PHP
-
Updated
Jul 6, 2020
-
Updated
Jul 16, 2018 - C++
-
Updated
Feb 27, 2020 - Python
-
Updated
Mar 28, 2018 - Python
-
Updated
Nov 24, 2019 - HTML
Improve this page
Add a description, image, and links to the tutor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tutor topic, visit your repo's landing page and select "manage topics."
Introduction
Background
To ensure Oppia remains available and high-quality for our students, we run end-to-end tests on all PRs to check that the site's functionality hasn't been broken. Recently, these tests have begun failing non-deterministically. This frustrates developers and slows their work by incorrectly indicating that developers’ changes are faulty. The goal of this issue is t