All Questions
82
questions
0
votes
0
answers
589
views
Cannot download C#/.Net (Xamarin v4.2.1) on visual studio 2015
I have a legacy project built on Xamarin Android target framework 19. The apk is installed on a custom device that runs Android KitKat. I am trying to build the project with VS2019 but I face some ...
4
votes
3
answers
7k
views
How to build Android App Bundle using Xamarin Visual Studio 2015?
I see that Google Play doesn't allow apk format anymore, it requires Android App Bundle.
This article said:
To enable support for Android App Bundles, you’ll need to opt-in to
the bundle value of the ...
1
vote
1
answer
197
views
No resource found that matches the given name (at 'menu' with value '@menu/bottomnavigationmain')
I am trying to make a botton navigation and I am following this tutorial. https://blog.xamarin.com/exploring-androids-bottom-navigation-view/. Here is the code I have in the axml file:
file: ...
0
votes
1
answer
872
views
Frame not in module - Visual Studio 2015 with Xamarin 2.3.247
I've been getting the "Frame not in module" error while trying to debug my mobile app ever since I've installed VS 2015 with Xamarin. I'm taking over a project from a another team member, his ...
-1
votes
1
answer
76
views
Loading Xamarin Solution Locks Visual Studio After Update
I'm using Visual Studio Community 2015 with Xamarin, and I recently updated from Xamarin 4.9.0.752 to Xamarin 4.9.0.753.
After the update, when loading the Solution, the PCL and Android projects ...
0
votes
1
answer
56
views
The properties page issue VS2015
On xamarin PCL solution on the Droid project's properties i am getting this error :
Specified argument was out of the range of valid values.
Parameter name: API level not recognized: 23
0
votes
1
answer
119
views
Adding image to Xaml button breaks Xamarin app, but Visual Studio gives no error message
In Xaml, I'm trying to make an image do something when tapped (I'm testing it on Android). The Image tag of the Button class seems to be exactly what I need, but the following code breaks my ...
0
votes
1
answer
57
views
Error while going into designer layout for android aplication using vs2015
I have created a android application in visual studio 2015
when i go into layout and open Main.axml
I will get the following error.
Sometimes this error
java.lang.UnsatisfiedLinkError: C:\Users\...
0
votes
1
answer
194
views
Can't set/use breakpoints anymore, when debugging on Android device
I want to debug a Xamarin.Forms app on an Android device. If I set a breakpoint I get this error message from Visual Studio:
This is the output of the console
Offset and length were out of bounds ...
0
votes
0
answers
59
views
visual studio 2015 crashes sometimes if we scroll .xaml file
I am using visual studio 2015 on windows 8 to develop xamarin mobile apps.
When I scroll .xaml page in visual studio, the visual studio crashes sometimes with the following errors
When I try to ...
0
votes
1
answer
53
views
VS 2015 & VS 2017 failed to detect Physical Device
Using VS 2015 i Debug the App on Physical Device .
But After install VS 2017 preview 15.3 preview 3 both VS 2015 And 2017 failed to detect the Physical device and only the emulators are added,
!(...
0
votes
2
answers
199
views
Install Xamarin on Visual Studio 2017
I have recently installed Visual Studio(VS) 2015 on my desktop on Windows operating system. I thought when I opened the VS 2015, I expected to see the Xamarin in it, but it does not. Then I installed ...
0
votes
1
answer
97
views
Simple Xamarin app build goes frozen state visual studio
I'm new to Xamarin, and trying to build my first app with it using visual studio 2015,
here is the tutorial I'm following: Xamarin - First Application
However, when I try to build/rebuild the ...
0
votes
0
answers
133
views
On android project LINQ not working in quickwatch
I have a simple android project in Visual Studio 2015 Professional. LINQ is working in the code as normal, but I can not use LINQ in quickwatch for debugging. It just says
Expression not supported....
1
vote
0
answers
217
views
Test is not executed or not able to debug - Error : System.NotSupportedException : The given path's format is not supported
I am getting an error while running or Debug Xmarin UITest project.
The configuration on my machine is:
Windows 7 Professional (Service Pack 1)
Visual Studio Enterprise Edition 2015
The steps I ...