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

.aab release doesnt work. gradle issue? only releasing for subset of devices... #150

Open
sagreine opened this issue Jan 1, 2021 · 3 comments

Comments

@sagreine
Copy link
Owner

sagreine commented Jan 1, 2021

No description provided.

@sagreine sagreine changed the title In production, nothing on settings page works? In internal testing, nothing on settings page works? Jan 1, 2021
@sagreine
Copy link
Owner Author

sagreine commented Jan 1, 2021

Buttons
Sliders too, except video on the do lift page but cast is broken too

@sagreine
Copy link
Owner Author

sagreine commented Jan 2, 2021

oddly, this is only after generating a bundle.
related to upgrading gradle
see github error here: github.com / ...flutter/f lutter/issues/58247

QC options are to

  1. do flutter run --release to test the release apk
  2. build appbundle then run this in terminal:
    a)
    java -jar bundletool-all-1.4.0.jar build-apks --bundle=C:\Users\sagre\Documents\apps\home_gym\build\app\outputs\bundle\release\app-release.aab --output=C:\Users\sagre\Documents\apps\home_gym\build\app\outputs\bundle\release\app.apks
    then run
    b)
    java -jar bundletool-all-1.4.0.jar install-apks --apks=C:\Users\sagre\Documents\apps\home_gym\build\app\outputs\bundle\release\app.apks

this lets you test the .aab -> apk and see the lack of functionality without going through google plan.

also tried this with no luck:
The fix was:

  1. Uninstall your game
  2. Go to your phones Settings -> Apps
  3. Go to Google Play Store and tap the Force Stop button
  4. Go to the Storage screen (by clicking on the Storage line item under Force Stop) and tap the Clear Data button - this will also active the Clear Cache button. If it doesn't, clear the cache too.
  5. Follow steps 3 and 4 for the Google Play services App
  6. Restart your phone (this part was necessary - I tried it without doing this and the fix didn't initially work)
  7. Redownload your game from Google Play
  8. It should start up normally.

for now, just submitting .apk to google play

@sagreine
Copy link
Owner Author

sagreine commented Jan 2, 2021

another thing to try is downloading to 3.5.2 or something for gradle and working the:
try it, see if it shows error in profile or debug. run build --profile or --debug then run make appbundle. see if that works.

or try upgrading flutter version.

@sagreine sagreine changed the title In internal testing, nothing on settings page works? .aab release doesnt work. gradle issue? only releasing for subset of devices... Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant