tags:

views:

99

answers:

5

can we run our android application in all iphone devices?

+9  A: 

No. Java doesn't run on iPhone.

Ardman
in which device it will run?
Kandhasamy
All devices that run the Android OS.
Ardman
According to Oracle, Java doesn't run on Android either.
MSalters
A: 

iPhone uses Objective C, Android uses Java

So Android applications can not be executed on iPhones and vice versa

Martin
Plus, the Java Environment running on Android is different than any other (desktop, MIDP, etc.) one, so even a JRE wouldn't help here.
Michael
A: 

Just as your Mac can run Windows virtually, iPhone creators have mashed up a solution for the iPhone to run Linux. Porting Android over would be next step as the backbone of Android is Linux (Linux is the lower most layer in Android architecture). But Android OS is the prerequisite...otherwise not....because your Application Package(.apk) cant be installed on any other OS.

Rohan K
A: 

Android application cant be used on i-phone as android uses java and i-phone uses objective C.

But if you want to use your application that is built on Android to be used in i-phone, You have to install Android in i-phone. This has been done recently for reference you can see Video in you tube. And for step by step guidance u can use url..

http://www.redmondpie.com/install-android-on-iphone-guide-9140686/

rakesh

Rakesh Gondaliya
A: 

there are many videos you will find on youtube running android on iphone. google there are many sites you find to install android on your iphone. you need to jailbreak iphone.

ud_an