LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-25-2014, 07:58 AM   #1
Mr.Drax
LQ Newbie
 
Registered: Dec 2014
Posts: 27

Rep: Reputation: Disabled
Question how to run APK <android files> in linux debian base


hi dear linuxquestions
i want to run viber.apk on my linux kali 32bit.
viber is not support debian 32bit.
Note: kali is based on debian.

tested and not working:
youwave runed on wine.
genymotion runed on wine.
Jar Of Beans (Android Emulator) AND VirtualBox runed on wine.
BlueStacks runed on wine.
Android SDK AND AVD linux based.
adt-bundle NDK SDK Eclipse linux based.
 
Old 12-25-2014, 10:08 AM   #2
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,068
Blog Entries: 2

Rep: Reputation: 239Reputation: 239Reputation: 239
Quote:
Originally Posted by Mr.Drax View Post
hi dear linuxquestions
i want to run viber.apk on my linux kali 32bit.
viber is not support debian 32bit.
Note: kali is based on debian.

tested and not working:
youwave runed on wine.
genymotion runed on wine.
Jar Of Beans (Android Emulator) AND VirtualBox runed on wine.
BlueStacks runed on wine.
Android SDK AND AVD linux based.
adt-bundle NDK SDK Eclipse linux based.
What about genymotion without wine? I'm not signing up for Viber's service, but the app itself works fine for me with genymotion on Debian.
 
Old 12-25-2014, 10:16 AM   #3
Mr.Drax
LQ Newbie
 
Registered: Dec 2014
Posts: 27

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by replica9000 View Post
What about genymotion without wine? I'm not signing up for Viber's service, but the app itself works fine for me with genymotion on Debian.
hello replica9000
genymotion not support 32bit Debian.
its only:
Code:
Ubuntu 32 bits (25.11MB) or 64 bits (26.02MB)
Debian 64 bits (23.93MB)
thanks for your suggestion.
 
Old 12-25-2014, 10:24 AM   #4
Mr.Drax
LQ Newbie
 
Registered: Dec 2014
Posts: 27

Original Poster
Rep: Reputation: Disabled
replica9000 did you using debian 32bit?
 
Old 12-25-2014, 10:32 AM   #5
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,068
Blog Entries: 2

Rep: Reputation: 239Reputation: 239Reputation: 239
Quote:
Originally Posted by Mr.Drax View Post
hello replica9000
genymotion not support 32bit Debian.
its only:
Code:
Ubuntu 32 bits (25.11MB) or 64 bits (26.02MB)
Debian 64 bits (23.93MB)
thanks for your suggestion.
Install the 32-bit versions of what dependencies Genymotion needs.

Make sure your sources.list looks like this, just change unstable to your version of Debian.
Code:
deb [arch=amd64,i386] http://ftp.us.debian.org/debian/ unstable main non-free contrib
Then:
Code:
apt-get install package:i386
 
1 members found this post helpful.
Old 12-25-2014, 10:38 AM   #6
Mr.Drax
LQ Newbie
 
Registered: Dec 2014
Posts: 27

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by replica9000 View Post
Install the 32-bit versions of what dependencies Genymotion needs.

Make sure your sources.list looks like this, just change unstable to your version of Debian.
Code:
deb [arch=amd64,i386] http://ftp.us.debian.org/debian/ unstable main non-free contrib
Then:
Code:
apt-get install package:i386
hmmm how can i understanding kai what version of debian used?
i am using last version of kali.
and what is package name of Genymotion 32bit?

Code:
apt-get install Genymotion
 
Old 12-25-2014, 10:53 AM   #7
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,068
Blog Entries: 2

Rep: Reputation: 239Reputation: 239Reputation: 239
Quote:
Originally Posted by Mr.Drax View Post
hmmm how can i understanding kai what version of debian used?
i am using last version of kali.
and what is package name of Genymotion 32bit?

Code:
apt-get install Genymotion
I'm not sure what version of Debian Kali is based off of. Looks to be based off of Stable, maybe Testing. If it's using a Debian repository, you'll see the version in the sources.list.

There isn't a package for Genymotion in the repository. You'll have to get it from Genymotion's download page. You could try the 32-bit Ubuntu version, and see if that works. All Genymotion does is install some files to a folder you choose, and is an Android interface to run with VirtualBox. So it's not installing anything to your root system.
 
1 members found this post helpful.
Old 12-25-2014, 02:09 PM   #8
Mr.Drax
LQ Newbie
 
Registered: Dec 2014
Posts: 27

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by replica9000 View Post
I'm not sure what version of Debian Kali is based off of. Looks to be based off of Stable, maybe Testing. If it's using a Debian repository, you'll see the version in the sources.list.

There isn't a package for Genymotion in the repository. You'll have to get it from Genymotion's download page. You could try the 32-bit Ubuntu version, and see if that works. All Genymotion does is install some files to a folder you choose, and is an Android interface to run with VirtualBox. So it's not installing anything to your root system.
oh thanks s much very complete and Good
i am trying...
VirtualBox Installed..
result informed soon.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: VolksPC will run Debian and Android in one ARM-based computer LXer Syndicated Linux News 0 07-21-2014 08:10 PM
LXer: Android Market adds multiple-APK support to battle fragmentation LXer Syndicated Linux News 0 07-22-2011 08:02 PM
LXer: WiMAX base stations to run Linux LXer Syndicated Linux News 0 01-31-2009 03:30 PM
Fail to run /usr/sbin/base-config when install Debian sharpblade Debian 1 05-26-2005 04:38 AM
recent debian distro/base files/ net install ? mvbv-linux Debian 1 01-08-2004 10:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration