package does not exist error in Maui App
See original GitHub issueDescribe the bug
package does not exist error in Maui App. The number of bugs is 38. All the missing packages start from com.google.android.gms
To Reproduce Steps to reproduce the behavior: Create new Maui App and install barcodescanner.mobile.maui. Now debug the solution.
Expected behavior The app should build and run on the emulator.
Smartphone (please complete the following information):
- Device: Android Emulator (Pixel 5- API-31)
- OS: Android 12
- Version : Visual Studio 17.3 stable version on Windows
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Error publishing .NET MAUI project: the target ...
I've tried creating a separate new, default MAUI project in the new preview - this publishes ok and (as far as I can...
Read more >New Visual Studio 2022 Install - Cannot publish any .NET ...
It's impossible to publish any .NET MAUI Blazor app including one straight from the project template. It simply does not work with the...
Read more >Troubleshoot known issues - .NET MAUI
Can't locate the .NET MAUI workloads · Platform version isn't present · Type or namespace 'Default' doesn't exist · Xcode isn't currently installed ......
Read more >MAUI solution with apps and DLLs fails to generate ...
Hello! When I package the DLL in addition to the application in the MAUI solution, it fails with the following error.
Read more >Some issue with the latest VS 2022 17.3 Preview 4
We are implementing a new Android application, using .net. We are using not Xamarin version, but the new project templates that come with...
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
No, it is an Android binding library
The app build successfully after adding the above package in the csproj. Thank you @gkenaston