<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Anbox apk install]]></title><description><![CDATA[<p dir="auto">i have been having a heck of time trying to get a apk to install i have been able to install everything onto the nexus 5.</p>
<pre><code>Copy the apk to /home/phablet/anbox-data/data

Login to android container on your phone

    lxc-console -ndefault -P /home/phablet/anbox-data/containers -t0

cd into data/

install the apk by using pm install [appname].apk
</code></pre>
<p dir="auto">the very beginning try copy file never can find the directory... when trying to access the info via file manager not allowed... terminal i can... doing a terminal RM command directories can never be found any help would be great</p>
]]></description><link>https://forums.ubports.com/topic/1976/anbox-apk-install</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 09:28:47 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/1976.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 11 Nov 2018 23:27:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Anbox apk install on Tue, 22 Jan 2019 05:30:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy" aria-label="Profile: guy">@<bdi>guy</bdi></a> Please do not post the same question in two places at the same time. It will not get answered any quicker. I have deleted this one and left the other.</p>
]]></description><link>https://forums.ubports.com/post/16888</link><guid isPermaLink="true">https://forums.ubports.com/post/16888</guid><dc:creator><![CDATA[Lakotaubp]]></dc:creator><pubDate>Tue, 22 Jan 2019 05:30:32 GMT</pubDate></item><item><title><![CDATA[Reply to Anbox apk install on Sun, 18 Nov 2018 13:38:04 GMT]]></title><description><![CDATA[<p dir="auto">BTW, did you try the official docs: <a href="https://docs.ubports.com/en/latest/userguide/dailyuse/anbox.html#how-to-install-new-apks" rel="nofollow ugc">https://docs.ubports.com/en/latest/userguide/dailyuse/anbox.html#how-to-install-new-apks</a></p>
<p dir="auto">After you install <code>android-tools-adb</code> on the phone (described in the docs) the installation of an APK would just require (again: on the phone)</p>
<pre><code>adb install my-app.apk
</code></pre>
]]></description><link>https://forums.ubports.com/post/14834</link><guid isPermaLink="true">https://forums.ubports.com/post/14834</guid><dc:creator><![CDATA[Ingo]]></dc:creator><pubDate>Sun, 18 Nov 2018 13:38:04 GMT</pubDate></item><item><title><![CDATA[Reply to Anbox apk install on Mon, 12 Nov 2018 08:02:45 GMT]]></title><description><![CDATA[<p dir="auto">I've done it recently. Let's assume you want to install Spotify and the APK is called "com.spotify.music.apk".</p>
<p dir="auto">Then, on your PC in a terminal in the same folder where the APK is located</p>
<pre><code>adb root
adb push com.spotify.music.apk /home/phablet/anbox-data/data
adb shell
sudo lxc-console -ndefault -P /home/phablet/anbox-data/containers -t0
cd data
pm install com.spotify.music.apk
</code></pre>
<p dir="auto">Then, on the phone, refresh the app scope and it should be there.</p>
]]></description><link>https://forums.ubports.com/post/14615</link><guid isPermaLink="true">https://forums.ubports.com/post/14615</guid><dc:creator><![CDATA[Ingo]]></dc:creator><pubDate>Mon, 12 Nov 2018 08:02:45 GMT</pubDate></item></channel></rss>