This beta version has expired - visual-studio-2010

I am developing monodroid application and everything seems to be working fine [I was able to run the android project before] till one fine day and suddenly I got this error message while running the android application from VS2010.
Than I downloaded the monodroid installer from here http://go-mono.com/monodroid-download/
and when I tried to run it I am getting the below error
I am confused. How to resolve this error?

MonoDroid isn't free, you need to license it. Sounds like the license expired.

Related

Can not debug on simulator or device anymore

I was able to debug my Xamarin.iOS app on my physical device and simulators just fine until this morning. I think it has something to do with the recent iOS update. When I try to deploy to my physical device (iPad) I get this message now:
error HE0003: Could not load the framework 'IBFoundation' (path:
/Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/IBFoundation):
not found.
And I can't deploy on any simulator anymore, I get this message
Lower the deployment target to see older simulators or check you Apple
SDK path
I didn't have these problems yesterday and I've been working on my app for months without this problem. I updated Visual Studio, Xcode, and my Mac, but these problems still persist. Any idea how to fix?
It is a known issue that you can follow here: https://github.com/xamarin/xamarin-macios/issues/12778
Also there are few workarounds that work mentioned in the issue.

Xamarin UITest for Android: POST Failed

With my project upon running UI Tests I get POST Failed error. I can't figure what is the cause of the problem. UITests Post Failed in Xamarin.forms, related to the same issue did not help.
On an actual device I get Instrumentation backend app installed (it runs as a server for UI Tests). But I am still getting POST Failed error.
How to fix this issue?
The problem is related to the Android OS version.
Instrumentation backend application does not work properly on new android os-es.
I created a simulator with older Android OS (Android 6.0 Marshmallow).
And ran UITests with this simulator selected in Visual Studio.
And all things worked.
Hope it will help someone who struggles with the same issue.
Old school things are better than new ones.

"Manifest parsing has failed" when installing teams apps from App Studio

I haven't been able to install any applications I create using App Studio since yesterday afternoon (Oct 5 Us/New_York time). When I try to install directly from App Studios I get a "Manifest parsing has failed" error message. If I download the package and try to upload it to the team I get a generic something went wrong error message.
Im having this issue with all my applications including those I haven't made any changes to.
I am running Microsoft Teams Version 1.3.00.24758 and App Studio version Version 1.5.1
App studios is setting the manifest's to version 1.8
I have the same issue when I run teams in developer preview.
On a side note: I notice that App Studio now has the option to create a Team tab for a Meeting. Which I believe is in preview right now and not officially out. I don't remember seeing that earlier in the day. Maybe App Studio was recently updated?

Error in Publishing the xamarin android code

I am trying to publish the xamarin android code in release mode using visual studio through Tool >> Android >> publish android app option. But it's giving issue while i publish the code
I have tried again and again but code is giving issue please check the circle error message.
Before 4-5 days back i am following this procedure then it was working fine but now i am trying to publish the app then it's giving issue
Please provide me solution of this issue so that i can upload my app on google play
Try below steps:
Close the XAmarin Studio/ Visual Studio
Go to the Android SDK platform-tools directory in Command Prompt
type adb kill-server
type adb start-server.
Restart your device/emulator
Re-run your code. Hopefully it should work now.
Uninstall Java 7 jdk and install Java 8 jdk. Reboot, recompile and retry.

ClassNotFoundException Android Studio debugging

I installed Android Studio, imported a project and started debugging. All was ok until suddenly I started the debugger and got ClassNotFoundException for the launch of the main Activity. The strange thing is that if I run the project or I debug it with a virtual device all is fine. Only the device give this problem.
Do you have any suggestion?
Thanks
I ran into this. My app had been running fine and one day it just started running into these ClassNotFoundExceptions. My code hadn't changed at all.
As far as I can tell, it ended up being a bug in the build of Android Studio. I had recently updated to the latest release on the canary channel.
Switching back to an older release on the dev channel got things working again:
Go into Settings / IDE Settings / Update
Change to Dev Channel and Check Now.

Resources