Android application on Windows phone - windows-phone-8.1

Is there anyway to run Android application in windows phone (Windows 8.1 denim version).
I was trying to use a application that was developed in android platform and i didn't succeed.

No.
With Windows (Mobile) 10 it will be possible to convert Android and iOS apps into WP apps that can run on the Windows Mobile OS. But for Windows Phone 8.1 there is no possibility so far.
http://www.theverge.com/2015/4/29/8511439/microsoft-windows-10-android-ios-apps-bridges

Related

Can Windows 10 UWP run on Windows 8.1 Devices?

I'm building a Windows 10 UWP app, and would like to know if it will run on Windows Phone 8.1 and/or Windows 8.1 Desktop. Windows 8.1 is still quite prevalent, and I would like to be able to reach these users with my app.
Windows 10 apps can only run on Windows 10 (and newer). If you want to target 8.1, you have to build a 8.1. A 8.1 should run on Windows 10 without any problems.

Windows Phone 8.0/coding4fun v1.6.1/InputPrompt disappears on Windows 10 Phones

I have an app, written for Windows Phone 8.0 with Coding4Fun version 1.6.1. When I run the app on Windows 10 Phone, Coding4Fun InputPrompt disappears when the keyboard appears. This happens only on device, in all emulators everything is ok. Any idea, what should I do?
I got this solved by upgrading the 8.0 project to 8.1 Silverlight project in VS2013. 8.1 Silverlight app runs now correctly also in Windows 10 phone.

Windows Phone 8 App Development using Phonegap

I want to develop windows phone 8 app using Phonegap. I have used phonegap for Android and iOS and it works fine. As per my research, I have found some prerequisites to develop WP8 apps using phonegap are:
Node.js
Windows phone SDK
IE10
A 64-bit version of Windows 8 Pro
Windows Phone SDK
Visual Studio 2012 Professional, Premium, or Ultimate
I have windows 7 installed on my system. My question is: Can I develop WP8 apps using phonegap in Windows 7. I have not found any material regarding this.
Thanks.
When developing locally (ex: using Visual Studio, the Cordova CLI, Ionic CLI, or PhoneGap CLI local builds), these are the requirements per MSDN re: Windows Phone 8.0 SDK:
Windows Phone SDK 8.0 requires 64-bit Windows 8 Pro or higher. You
can't develop Windows Phone 8 apps on Windows 7, on Windows Server
2008, or on Windows Server 2012. The Windows Phone 8 Emulator has
special hardware, software, and configuration requirements. For more
info, see System requirements for the emulator for Windows Phone 8.

Can Windows Phone 8.1 application work in Phone 8.0?

Is it possible to work application, which developed for 8.1 OS, in Phone which have 8.0 OS?
As far as I know you can't. You could only deploy 8.1 apps on a device which is updated to 8.1. It's just a matter of updating the 8 OS. But after the 8.1 update you could still deploy WP8 apps too.
For more:
http://msdn.microsoft.com/en-us/library/dn642082(v=vs.105).aspx

Is It possible To develop windows phone 8 apps in windows phone SDK 8.1 with Visual studio 2013

i have windows phone 8(Nokia lumia 525)
Is It possible To develop windows phone 8 apps in windows phone SDK 8.1 with Visual studio 2013?
Is there any problem like emulator problem, hosting app to windows store problem, windows azure for notification problem?
I am a fresher now only enter into development could you please solve my problem
Thank you so much
Yes you can. Just select Blank App (Windows Phone Silverlight) instead of Blank App (Windows Phone) and select the target windows phone OS version to 8.0. You're done. Refer the below image for more information.