[SDK 42 beta 2] InstallException: intent tag may have at most one data type.
See original GitHub issueSummary
Running into this error while trying to verify the suggestion from https://github.com/expo/expo/issues/13427
* What went wrong:
Execution failed for task ':app:installDebug'.
> java.util.concurrent.ExecutionException: com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl1082858785.tmp/base.apk (at Binary XML file line #32): intent tag may have at most one data type.
Full exception is at https://gist.github.com/sshquack/b23588243213c94d62784df55a9af50a
Managed or bare workflow? If you have ios/
or android/
directories in your project, the answer is bare!
bare
What platform(s) does this occur on?
Android
SDK Version (managed workflow only)
42 beta 2
Environment
❯ expo diagnostics
Expo CLI 4.7.2 environment info:
System:
OS: macOS 10.15.7
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 14.17.0 - ~/.n/bin/node
Yarn: 1.22.10 - ~/.n/bin/yarn
npm: 7.19.0 - ~/.n/bin/npm
Watchman: 2021.06.07.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.10.1 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2
IDEs:
Xcode: 12.4/12D4e - /usr/bin/xcodebuild
npmPackages:
expo: next => 42.0.0-beta.2
react: 16.13.1 => 16.13.1
react-dom: 16.13.1 => 16.13.1
react-native: 0.63.4 => 0.63.4
react-native-web: ~0.13.12 => 0.13.18
npmGlobalPackages:
expo-cli: 4.7.2
Expo Workflow: bare
Reproducible demo or steps to reproduce from a blank project
- Repro project is at https://github.com/sshquack/boring-app-01
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
The application could not be installed - Stack Overflow
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs ...
Read more >Expo SDK 42. Today we're announcing the release of…
Today we're announcing the release of Expo SDK 42. SDK 42 includes React Native 0.63, the same version as in SDK 41.
Read more >Installation, Administration and User Guide - IBM
status Status is a property of one or more resources, and a single resource can have different types of status. Each status can...
Read more >expo [SDK 42 beta 2] InstallException: intent tag may have at most ...
expo [SDK 42 beta 2] InstallException: intent tag may have at most one data type. - Objective-C. Summary. Running into this error while...
Read more >kakao_flutter_sdk 0.6.0-beta.2 | Flutter Package - Pub.dev
A flutter plugin for Kakao API, which supports Kakao login, KakaoLink, User API, ... developers site in the placeholder for data tag in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sshquack - it is published now, yes!
expo-sms@9.2.3 expo-contacts@9.2.5
@sshquack While the fix is pending, I just go into
node_modules
and apply the patch manually to the file. Like an animal.