Skip to content

Can I create an android APK from a single file, or do I need the full file structure typicaly created with "briefcase create"? #1159

Answered by freakboy3742
ItsCubeTime asked this question in Q&A
Discussion options

You must be logged in to vote

So... yes, to both.

The whole reason Briefcase exists is to package Python code as redistributable artefacts - that means AAB files on Android. APK files are produces as an intermediate artefact; there's an open issue (#1136) to expose APK as an output option. So, yes, you can take your file and package it for use on Android.

You do that by creating the file structure that briefcase create provides. The files produced by Briefcase are the project structure for building the AAB/APK files needed on Android. You can't get the APK without producing those files.

However, you don't need to distribute the contents of the folders generated by briefcase create - you only need to distribute the AAB…

Replies: 1 comment

Comment options

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