I have an iphone 6s and I am developing an app in Android Studio. I wanted to know if there is any way to emulate the android application on the iphone with a virtualBox or something like that.
Thanks.
I have an iphone 6s and I am developing an app in Android Studio. I wanted to know if there is any way to emulate the android application on the iphone with a virtualBox or something like that.
Thanks.
At the moment there is nothing available, however, if there is a development.
Your name is Droid4x You can subscribe to your page to be notified when it is available.
Natively it is not possible, as they say you can deal with iphoDroid, iAndroid etc. Although your application should be relatively simple, since when you use certain types of permissions, classes of the SDK, your application does not work properly and it closes, you also have to jailbreak your iPhone, are you sure about this?
For either development or production I would not use this option.
You can not run an Android application on iOS , it's like wanting to run a Windows executable on Linux, is just something that is technically very complicated; Android applications need the Java virtual machine Dalvik that converts the intermediate code into Java to the native architecture of each device, I would have to develop a virtual machine that ran on iOS so that it could be technically feasible, but Apple's restrictions would not accept that machine (You could always try jailbreaking your iphone but it could never be sold in the store or be "mainstream")
If you mean you have a multiplatform application like with Cordova or something similar you would have to generate the binary for iOS, that is, generate the .APP file with the corresponding tool, this APP is similar (under concept) of the android APK, but compiled under the architecture of iOS, because unlike Android is compiled to native code.
If you mean a web app you can use the chrome development tools to change the target to an iOS device to emulate the browser and the resolutions of each device
Short answer: It is not possible natively.
Before there were some projects to emulate through apps on iPhone, but it seems that at this moment they are dead
Note: jailbreak is needed on the iPhone