I want to debug my instant app from the android studio, but cannot:
try using the default configuration for the instant app, but get this
try using terminal by
ia run instantapp-debug.zip
(ia - jar from extras folder) oradb install-multiple -r -t --instantapp *.apk
, but in both cases get the error db: failed to install \extras\google\instantapps\tools\apks\release\supervisor_armeabi-v7a.apk: Failure [INSTALL_FAILED_VERSION_DOWNGRADE]
can anyone help me this it?
Versions: Android Studio 3.1.3, gradle plugin 3.3.0-alpha02, gradle version 4.8, ia sdk 1.3.0
PS: instant app published and work fine in store (now in an internal test)
PS2: ia can be deployed to another phone. So the problem only with a specific phone.