Michal Klimczak
09/15/2021, 7:28 AMadb shell cmd package compile -r bg-dexopt my.app.id
But it only shows me
Failure: package my.app.id could not be compiled
My second question is - can I somehow test the final experience, e.g. should deploying to Firebase App Distribution work as fine as Google Play or not really?Sergey Y.
09/15/2021, 7:55 AMmy.app.id
?Michal Klimczak
09/15/2021, 8:36 AMassembleFlavorRelease
and then adb install
and then adb shell cmd package compile...
but that worked exactly the same.Sergey Y.
09/15/2021, 9:39 AMMichal Klimczak
09/15/2021, 9:53 AMWill Shelor
09/16/2021, 9:30 PMMichal Klimczak
09/17/2021, 6:47 AM