Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinearProgress does not work on Samsung devices #3127

Open
2 of 8 tasks
ewpatton opened this issue Feb 22, 2024 · 3 comments
Open
2 of 8 tasks

LinearProgress does not work on Samsung devices #3127

ewpatton opened this issue Feb 22, 2024 · 3 comments

Comments

@ewpatton
Copy link
Member

Describe the bug

From the forum: The LinearProgress component always appears full on Samsung devices.

Affects

  • Designer
  • Blocks editor
  • Projects Explorer
  • Companion
  • Compiled apps
  • Buildserver
  • Debugging
  • Other... (please describe)

Expected behavior

The LinearProgress component should render progress appropriately.

Steps to reproduce

Add a LinearProgress component to a project and connect a Samsung device using Android companion version 2.70.

@SimoneSantin
Copy link

I'm attempting to address this bug, but when I try to reproduce it on my companion with version 2.7.0, it presents another issue: the program crashes and throws an exception "java.lang.RuntimeException: no such class: com.google.appinventor.components.runtime.LinearProgress". I'm unsure if this behavior was expected, but here's the full error:
image

@josmas
Copy link
Member

josmas commented May 13, 2024

Hi @SimoneSantin it is possible the companion you are using does not have that component baked in. Was this a downloaded APK or are you building your onw? If you build from sources, that error might go away and you should be able to see the original behaviour. Also note that this affects the ucr branch, so you might have to build from there.

@SimoneSantin
Copy link

Thanks for the help. I downloaded the APK from the forum, and I also tried to build it from the ucr branch, but it still gives me the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants