Issue While Installing Windows Phone 8.1 SDK - windows-phone

Recently I have downloaded , Windows Phone 8.1 SDK , it was Amazing Emulators and it has More Features, but I can't install it. Follows is the error I have faced:

I might be wrong, but looks like you are trying to install the Update 2 RC without having the emulators installed. Note the "Update 2 RC does not apply" message.
Try to use this link to install

Related

react-native android app gives error , but iOS works

i am new to react native
i followed the instructions on facebook react-native site to install java, Android Studio, SDK and SDK tools
the emulator is up and running , paths are correct. but when running the app i get
FAILURE: Build failed with an exception.
What went wrong: A problem occurred configuring project ':app'.
Failed to notify project evaluation listener.
javax/xml/bind/annotation/XmlSchema
the same app IOS runs , i even tried Android USB debugging
help please
anyone?
The problem was Java 9. even though react-native site asks you to install Java SDK 8 or later , then 9 installation doesn't work for some reason. I uninstalled 9 and installed 8 and it worked like a charm
This normally happens when the JDK is not correctly installed or the JAVA_HOME has not properly been set. Make sure to export your JAVA_HOME path. and have a working JDK version running on your computer.

Adb server version (32) doesn't match this client (36) when updated to android 7 [duplicate]

This question already has answers here:
adb server version doesn't match this client
(41 answers)
Closed 5 years ago.
I'm having this problem: adb server version (32) doesn't match this client (36), when running the command react-native run-android in an android emulator (Nexus 5). Everything was fine before i updated android version (SDK, build tools , everything) to 7.0, to run the newest version of RN 0.32. Before i had an idle project in 0.25 and was working fine as i said.
I had ganymotion installed, followed the others solutions relationed to genymotion and did not worked. Now i fully removed genymotion and reinstaled everything in android 7.0. Still the same problem.
I saw some fixes to install ADB 1.0.36 in windows. I cant update my abd (which is version 1.0.32 right now) further on my ubuntu.
What else can i try?
Thanks very much.
I saw an answer here somewhere and the solution was to go to Genymotion settings, go to the ADB tab. Select custom Android SDK Tools, then point to your sdk.

Install a Windows Phone App Store app in an enumlator

I've been asked to look at an application that's available on the Windows Phone App Store, however I don't have access to a physical Windows Phone.
Is it possible to use an emulator to install and run such an app?
Yes you can use emulator.
- install visual studio 2013 update 2 or vs 2015.
- install windows phone emulators (https://www.microsoft.com/en-us/download/details.aspx?id=43719).

Apache Cordova not Allowing me to run in visual studio

Every time i try to create a new app ( trying to look at cross platform apps) in visual studio I get this error:
I have installed the android SDK , is there something else I should be installing?
Thanks
It seems you installed the android SDK but didn't run it to install the platform tools and the SDK APIs.
Run the "android" command on your computer, it will start the android SDK manager.
Then you have to install The android SDK tools and android platform for at least SDK 19.
One quick way is to just click the install button on the bottom right of the window, it should install automatically the latest SDK tools and paltform tools.
If you're short on disk space I recommend you uncheck all that's not usefull if you only want to use Cordova and not plan to do native dev :
the samples
the system images (unless you want to use the emulator, in this case just install one, don't need all)
the documentations
This is simply telling you that the x86 emulator system image is missing. If you do not plan on using the Android Emulator or will only be using an ARM image, you can ignore this warning. We're working to ensure messaging is more nuanced in this area in the future.

Crash occurs on opening Appium.exe in windows

Unable to install Appium.exe in Windows machines for testing Android Native apps that use Selenium WebDriver API
1) Tried on different PCs
2) installed Microsoft .NET framework version 4.0
This issue got fixed after opening emulator through AVD Manager.
If the emulator is not active then appium.exe fail to open.