LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-11-2017, 05:56 AM   #1
FlinchX
Member
 
Registered: Nov 2017
Distribution: Slackware Linux
Posts: 666

Rep: Reputation: Disabled
What is the easiest way to run Android apps on Slackware64-14.2?


I don't need to do any development/builds, just run a couple of free apps from F-Droid.
 
Old 12-11-2017, 06:31 AM   #2
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by FlinchX View Post
I don't need to do any development/builds, just run a couple of free apps from F-Droid.
You can not as far as I know, unless in an emulator. For instance, the Android developer tools for Linux contain QEMU based emulators which allow you to run an application. If you ask me, it's complete overkill if all you want is to run an Android app.
Suggestion: buy an Android device.
 
6 members found this post helpful.
Old 12-11-2017, 06:37 AM   #3
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
@FlinchX

Install in a virtual machine like VMware Player the Android-x86.

Also, the Android is a different operating system than Slackware, the first one being a small Linux system running the shiny Android Desktop made in JAVA.

So, I guess no integration is possible, only running it stand-alone in its virtual machine.

Last edited by Darth Vader; 12-11-2017 at 06:42 AM.
 
2 members found this post helpful.
Old 12-11-2017, 08:56 AM   #4
FlinchX
Member
 
Registered: Nov 2017
Distribution: Slackware Linux
Posts: 666

Original Poster
Rep: Reputation: Disabled
What about https://anbox.io/? I'm reading it requires snapd (https://snapcraft.io/) but that doesn't seem to support Slackware. If this is not an option, I'm definitely going to try Android-x86 in a VM.
 
Old 12-11-2017, 09:05 AM   #5
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
The ANBOX is just an specialized virtual machine.
 
1 members found this post helpful.
Old 12-11-2017, 08:50 PM   #6
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
I tried getting anbox to work when it first came out and kept getting segfaults (Arch was getting them too, so I didn't feel too bad about it since it wasn't specific to Slackware). I eventually gave up and haven't returned to it in months, but if really desired, I could probably find my SlackBuild and other work and try it again, or at least push it to my github for others to try...
 
Old 05-19-2018, 12:09 PM   #7
olevenets2
LQ Newbie
 
Registered: Mar 2018
Distribution: Slackware64 14.2
Posts: 14

Rep: Reputation: Disabled
Quote:
Originally Posted by bassmadrigal View Post
I tried getting anbox to work when it first came out and kept getting segfaults (Arch was getting them too, so I didn't feel too bad about it since it wasn't specific to Slackware). I eventually gave up and haven't returned to it in months, but if really desired, I could probably find my SlackBuild and other work and try it again, or at least push it to my github for others to try...
Hi, this would be interesting, especially since it's been a long time and the project is developing. I would be grateful if you gave a link to working SlackBuikds on github!
 
Old 05-21-2018, 11:05 PM   #8
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by olevenets2 View Post
Hi, this would be interesting, especially since it's been a long time and the project is developing. I would be grateful if you gave a link to working SlackBuikds on github!
Unfortunately, I'm in the middle of a move and working on finding a new house at our new location. The computer is packed and will likely remain that way for a while. Once I get it unpacked, I'll try to remember to add that to my github. The process might have improved since I originally worked on it and the program might actually function without much, if any, tweaking.
 
Old 05-22-2018, 06:02 AM   #9
Mark Pettit
Member
 
Registered: Dec 2008
Location: Cape Town, South Africa
Distribution: Slackware 15.0
Posts: 619

Rep: Reputation: 299Reputation: 299Reputation: 299
Doesn't the Android SDK include a full emulator ?

Edit : Ugh -sorry - I see Eric mentioned the "developer tools" - implying the SDK. I scanned the replies for "SDK" and seeing none, typed my response.

Last edited by Mark Pettit; 05-22-2018 at 06:05 AM.
 
Old 05-22-2018, 06:47 AM   #10
chemfire
Member
 
Registered: Sep 2012
Posts: 422

Rep: Reputation: Disabled
I think the path of least resistance will be to grab the quemu-kvm packages from slackbuilds.org and install androidx86 as Darth Vader suggested. Quemu is a lot more Slackware friendly than VMWare; which although has some nice features which may be valuable to some is certain to be a painful process to get running and will probably come with exciting new problems with each kernel upgrade etc; Quemu will in all likely hood just work. If you are only using it to run an android VM you can probably skip all the lib virt stuff as well and just use the GTK interface.
 
Old 05-23-2018, 04:53 AM   #11
cycojesus
Member
 
Registered: Dec 2005
Location: Lyon, France
Distribution: Slackware-current
Posts: 116

Rep: Reputation: 79
If you go the Android-x86(_64) you could use the SlackBuild I made that repackages the rpm they publish : https://github.com/gwenhael-le-moine...ap/android-x86
 
1 members found this post helpful.
  


Reply



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: How well do Android apps run on Chromebooks? LXer Syndicated Linux News 0 06-22-2016 06:50 AM
How to run Android apps on Mint Linux anon091 Linux - Software 4 02-12-2016 08:49 AM
KDE may run Android apps in the future schmatzler Slackware 9 07-15-2015 10:55 PM
[SOLVED] Run Android Apps in Linux? NotAComputerGuy Linux - Software 2 10-20-2012 06:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:15 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