We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AndroidManifest.xml
1 parent ac284e2 commit 42ab1e0Copy full SHA for 42ab1e0
packages/cli-platform-android/src/config/index.ts
@@ -66,11 +66,7 @@ export function projectConfig(
66
const applicationId = buildGradlePath
67
? getApplicationId(buildGradlePath, packageName)
68
: packageName;
69
- const mainActivity = getMainActivity(manifestPath || '');
70
-
71
- if (!mainActivity) {
72
- throw new CLIError(`Main activity not found in ${manifestPath}`);
73
- }
+ const mainActivity = getMainActivity(manifestPath || '') ?? '';
74
75
return {
76
sourceDir,
0 commit comments