authpass icon indicating copy to clipboard operation
authpass copied to clipboard

Authpass does not start on Chromebook

Open Turux opened this issue 3 years ago • 2 comments

Describe the bug I recently got my hands on a new Lenovo Chromebook, this allows me to install any Android app natively from the Google Play Store. I can download and install Authpass but once I open the app, it just dies. I am aware that Chrome OS is possibly not meant to be supported but it would be great if it would!

To Reproduce Steps to reproduce the behavior:

  1. On your Chromebook open Google Play Store
  2. Search and Install 'Authpass'
  3. Open 'Authpass'

Desktop (please complete the following information):

  • OS: Google Chrome OS
  • Browser: Google Chrome
  • Version: 87.0.4280.109 (64 bit)

Additional context My educated guess is that the app has not been compiled for the x86_64 architecture. I am not sure how complex it would be to target a new architecture for compilation in Flutter.

PS: Happy new year and thanks for the great work!

Turux avatar Jan 01 '21 16:01 Turux

Sorry for the late response. Did by any chance this started working with the latest version? It looks like it should be supported, the default setting right now is:

    --target-platform                      The target platform for which the app is compiled.
                                           [android-arm (default), android-arm64 (default), android-x64 (default)]

according to https://github.com/flutter/flutter/issues/9253 this should be working in the master channel since november, but it's possible that I did not use that version before you wrote that issue. Maybe you could retry?

hpoul avatar Aug 01 '21 17:08 hpoul

Hi there,

Thanks for coming back to me.

I did try again today and indeed it works! Thanks for your time and help!

Turux avatar Aug 02 '21 21:08 Turux