MCPcopy Index your code
hub / github.com/ionic-team/capacitor / checkAndroidPackage

Function checkAndroidPackage

cli/src/android/common.ts:11–13  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

9import { convertToUnixPath } from '../util/fs';
10
11export async function checkAndroidPackage(config: Config): Promise<string | null> {
12 return checkCapacitorPlatform(config, 'android');
13}
14
15export async function getAndroidPlugins(allPlugins: Plugin[]): Promise<Plugin[]> {
16 const resolved = await Promise.all(allPlugins.map(async (plugin) => await resolvePlugin(plugin)));

Callers 1

getAddChecksFunction · 0.90

Calls 1

checkCapacitorPlatformFunction · 0.90

Tested by

no test coverage detected