Xamarin android player not working properly - xamarin-android-player

Xamarin android player stopped working suddenly and not responding in any way, done uninstall and installed again after installation i was trying to download Nexus4 kitkat but first of all its not even opens the player. Can please anyone help me with this??
ThankYou in Advance

Xamarin Android Player is no longer supported. https://developer.xamarin.com/releases/android/android-player/
Since Microsoft acquired Xamarin they now recommend using the Android Emulator in Visual Studio https://www.visualstudio.com/vs/msft-android-emulator/
Another option is to use Genymotion.
https://www.genymotion.com/

Related

VS 2015 RTM Deploying or creating packages for 8.1 Universal app fails

I have VS 2015 RTM on Windows 10 RTM, suddenly (maybe an update) is causing today that any project 8.1 Universal can't be deployed anymore, not emulator, not device. I have confirmed it happens with any new project or existing one.
This does not happen with 8.1 Silverlight projects! which is even more strange. I have reinstalled VS 2015 and the latest cumulative Windows Update for IE and the problem persists.
EDIT: It also happens when trying to create app packages for the project but this time crashes VS!
Have any one came into this lately? Any ideas?
UPDATE: I get - An unhandled exception of type 'System.Reflection.ReflectionTypeLoadException' occurred in WindowsBase.dll
when debugging the crash when creating packages, but can't find more information
I've found that VS2015 hides some errors (not sure why or how). When it happens, try open VS2013 (if that is an option for you) and build there. It'll correctly tell you what the error is, and once you fix it you can return to 2015.
Got it! I uninstalled the Apache Cordova tools and the problem is gone magically, don't know what conflict may these tools cause with the 8.1 SDK but sure has to be investigated.

Breakpoint in netbeans 8.1 with javaScript application not working properly

I'm using netbeans 8.1 for developing a javaScript web application and its works fine now. But I'd like to enable a breakpoint in my jquery code and install netbeans connector to chrome. But while the project start to rum it shows "Unresolved breakpoint: not resolved/inactive at current line."
Please feel free to respond your thoughts regarding the same
thanks
Jyothis

Can you display a PhoneGap app as a Screencast in Chrome Developer Tools

Can't find an answer to this anywhere.
We have a prototype PhoneGap app that we deploy to Android devices. Using Chrome Developer tools we can debug it using the normal tools edit CSS etc and it will change the display on the device.
This is all great but I was wondering is there a way to use the screencast tool that displays your phone screen within developer tools for a phonegap app. From what I can tell it on;y seems to be able to pick up sites open in Chrome on the android device.
Any ideas would be greatly appreciated.
Thanks,
Ashley
Screencasting of WebViews is not supported at this time.
Maybe it's not exactly what you are looking for, but it helped me when troubleshooting:
Depending on the toolset you are using, you can try to access your local webserver on your development machine from the chrome browser on your android device. For this to work, the phone must be in your network (Wi-Fi).
I'm developing a PhoneGap app using Visual Studio and configured my environment to allow access from remote computers, see this blog post.
I also ran this command for my 'web site', found on the blog of Scott Hanselman:
C:\Program Files (x86)\IIS Express>IisExpressAdminCmd.exe
setupFriendlyHostnameUrl -url:http://yourcomputername:555/
Finally I was able to use the Screencasting feature, using the chrome browser from android.
Except that I was not able to use hardware features such as NFC, using the app via the browser felt the same.
For other environments, the procedure to enable remote access should be similar.
Martin

can not launch app on device

I installed Windows 8.1 RTM and installed VS2012 had a little problem while installing windows phone 8 sdk but i guess it is resolved now but still i have a weird problem.
Even i select "device" as the launch target when clicked the run button VS launches the app on the emulator not the phone. Surprisingly if i right click the project on solution explorer and select debug it this time launched app on the device.
Is there anybody faced with this kind of problem? I dont want to install everthing from scratch :)
Ok it was my fault, since the project build platform was x86 visual studio could not deploy the app to the device and hence launching the emulator. When i changed the build platform to Any CPU now it deploys my app to the device without any problem.

Adobe AIR app installer offline

I'm making a software using AIR, and I got the installer installer.exe, but when I'm going to install in the target pcs, It tells me "This application requires a version of adobe air which cannot be found .....", but I need that my installer setup everything that I need to run my app in these pcs that have no Internet connection.
I'll appreciate any help !!
Greetings
Just download the latest AIR installer on a PC with an internet connection, and bring that along with your AIR app installer. You can get it from http://get.adobe.com/air/
From the research I've been doing, you can't legally include the runtime installer with your app unless you join adobe's runtime distribution license. If you look at the Adobe Runtime Distribution FAQ that seems pretty close to what you are trying to do.