Skip to content
Discussion options

You must be logged in to vote

As @adhiamboperes mentioned, we're in the process of updating our documentation. That being said, I recommend always checking the wiki first before discussions. The following page has the updated target to use: https://github.com/oppia/oppia-android/wiki/Oppia-Bazel-Setup-Instructions#building-the-app.

Longer answer: we removed the old APK targets (e.g. //:oppia) in favor of only using AAB targets (e.g. //:oppia_dev). This reduces the difference in APK and AAB targets (which makes maintenance slightly easier), and we found that the base APK used to generate our AABs are actually installable with mobile-install like so:

bazel mobile-install //:oppia_dev_binary

Note that this only works whe…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@BenHenning
Comment options

BenHenning Mar 17, 2025
Maintainer Sponsor

Comment options

BenHenning
Mar 17, 2025
Maintainer Sponsor

You must be logged in to vote
0 replies
Answer selected by adhiamboperes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants