problem with install apk chrome with linux activated in acer spin 311 chrome-book

Fusion78
Fusion78 Member Posts: 3 New User
edited December 2022 in Chromebooks

wonder if you could help me please 




i have a acer spin 311 chrome-book and i have installed the linux option and updated it and upgraded the linux install, and set it for adb and also installed android tools i am trying to put film+ on it ,with the apk file i moved it to linux files 


and did as below 


sudo apt-get update 

 

sudo apt-get dist-upgrade


sudo apt-get install android-tools-adb


and adb is enabled 


i downloaded the apk file moved to linux folder

i remnaed it film.apk

and put in the terminal as below

ll Sas

adb install app.film.apk


the adb came up to allow and i did 


and i get this 

adb install app.film.apk

* daemon not running; starting now at tcp:5037

* daemon started successfully

Performing Streamed Install

adb: failed to stat app.film.apk: No such file or directory

gingersam78@penguin:~$


the strange thing is i did the same on my asus c424 and it works fine


not sure if it makes a difference but the acer spin 311 is 32 bit and running android 9 but the asus is 64 bit and running android 11


any help would be great 


thanks 

paul

 [Edited the thread to add model name to the title]

Answers

  • Leostat
    Leostat ACE Posts: 3,043 Pathfinder

    That just suggests that the APK is not in the local folder, from the term, "ls" before you do the adb install and it should be there, the error just sugests its not in the right folder :)