Was just wondering it would be nice to have a convenient way of installing android's .apk apps in Ubuntu somehow.
Somebody has a clue about it?
|
Was just wondering it would be nice to have a convenient way of installing android's .apk apps in Ubuntu somehow. Somebody has a clue about it? |
||||
|
|
|
The only way to run Android apps in Ubuntu (as far as I'm aware) is to install Android SDK, create a virtual Android device, use the SDK's tools to install the .apk file on that device and run the app inside the device. Android developer portal has a lot of info on the subject. |
|||
|
|
Android packages, .apk files, are a completely different packaging format than Ubuntu's packaging format, .deb files. Besides the packaging differences, Android packages are compiled and customized for the Android operating system, toolchain, and architecture (ARM), which is different from most Ubuntu systems which are 32-bit or 64-bit Intel architecture. |
|||||
|
|
Yes or No! It is possible. I have managed to get it work for many years ago, but I don't remember how I did it. On my old computer I had Snake III installed, know this is a jar file, but I used the same way to install an apk. You can run android 2.2 (generic image) http://code.google.com/p/android-x86/downloads/detail?name=android-x86-2.2-generic.iso&can=2&q= in Virtualbox. In Windows you have a program called bluestacks that is in beta now, I requested a Linux version, they said they had plans to make one. I have heard that you can run the most of apps in Ubuntu if you just know how to do it. If you can run android on x86 pc's, why can't we also run the apps in a x86 system??? I can't understand what is the problem. But check this out first: http://www.ubuntu.com/devices/android I like it if there comes an android compatibility layer, so if someone knows about any projects please tell us. |
||||
|
|
|
Why not use the apk installer code from Android x86 and compile it for Ubuntu, because Android x86 is linux, it use the same boot loader and kernel. If someone can install the apk loader, JAVA runtime an all things you need to run apps, would the apk installer app install apk's on Ubuntu the same way as in Android? I don't know, but someone can try out. |
||||
|
|
|
android though comes under apache license uses its own unique APIs & libraries to develop its apps(.apk files). just to make android apps to run on a linux machine, what u can do is compile the dvm source code using GIT repo in ubuntu so as to mergge the dvm into ur linux pc. that will set the environment for android architeture(i.e. linux kernel + android dvm) but additionally u would also need to install the android core libraries as well to make the apps fully functionable. this is the best way u can run android apps conveniently on ubuntu. |
|||
|
|
|
actually the android apps available in market and play store are designed for arm architechture processor and thus what u r trying to do will never work for almost every other app u try to install on computer.......... by the way u can find a site on google by searching 'porting android on x86' this will give u android 4.2 to android froy roms for ur pc standalone installation and i had tried them and almost 99% software either refused to installed or refused to run after installation done anyhow... so the major difference is x86 versus arm series........... and until we are able to virtually provide arm processor architechture to android we cant do any thing. |
|||
|
|