-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Describe the bug
The title says it all. After I've installed the plugin, my app keeps crashing immediately on load after deploying the app-debug.apk to the android emulator. I was able to reproduce on a clean install. When I remove the plugin, my app works again.
To Reproduce
- Install a clean Capacitor app using the docs (I used the
npm init @capacitor/app@latestcommand) - Add the android package.
- Add the plugin package (v7.0.3).
- Build the app.
- Sync the app.
- Run the app using
npx cap run android. - After the gradle build and the deployment the emulator opens and the app crashes.
Expected behavior
The app should open and work as normal.
Smartphone (please complete the following information):
- Device: Pixel 8 Pro API 34 (emulator) (Pixel_8_Pro_API_34)
- OS: Android
Additional information
- Downgrading to v7.0.0 of the plugin fixes the problem, the app loads successfully.
Metadata
Metadata
Assignees
Labels
No labels