MCPcopy Index your code
hub / github.com/kivy/python-for-android / apk

Method apk

pythonforandroid/toolchain.py:1151–1154  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

1149
1150 @require_prebuilt_dist
1151 def apk(self, args):
1152 output, build_args = self._build_package(args, package_type='apk')
1153 output_dir = join(self._dist.dist_dir, "build", "outputs", 'apk', args.build_mode)
1154 self._finish_package(args, output, build_args, 'apk', output_dir)
1155
1156 @require_prebuilt_dist
1157 def aar(self, args):

Callers

nothing calls this directly

Calls 2

_build_packageMethod · 0.95
_finish_packageMethod · 0.95

Tested by

no test coverage detected