Android Instant App Cannot Analyze App

I'm trying to run my module instant application, but I have a bug error DevMan: failed to parse the application: / data / local / tmp / aia / ... . What is causing this error, any idea?

However, when I tried to run the adb install -r -t my-base-debug.apk command it gives success.

Can anyone help me figure it out?

Thank,

+3


source to share


1 answer


I have a similar problem while using a demo project for InstantApp development. After checking the logcat, say some "version code" issue, then add versionCode YourProjectVersionCodeHere

also versionName YourProjectVersionNameHere

to the base item build.gradle

(s android {}

), the instant application change will start on my emulator (API 25).



0


source







All Articles