-1

I am working on Android Instant App. When i updated AS3.0 to Canary 4, i started getting following error while running project:

Error while Uploading and registering Instant App

Side loading failed with message: Reading bundle timed out. Do you want to retry?

Did anyone face this issue? Not sure how to fix this.

Note: Gradle version : gradle-4.0-rc-1-all.zip

Edit : Here is log details

Unable to start service Intent { act=com.google.android.instantapps.devman.iapk.LOAD cmp=com.google.android.instantapps.devman/.iapk.IapkLoadService (has extras) } U=0: not found

Permission Denial: Accessing service ComponentInfo{com.google.android.gms/com.google.android.gms.instantapps.routing.DomainFilterUpdateService} from pid=3676, uid=2000 that is not exported from uid 10012

Sufian
  • 6,405
  • 16
  • 66
  • 120
Sonali8890
  • 2,005
  • 12
  • 16

1 Answers1

1

Try to use Android O if possible, I am not good at English, but I will try my best to tell you why I think so.

I use the same develop environment as you (android studio 3.0 preview 4 and gradle-4.0-rc-1, and run android O on my nexus 6p), I still can develop instant app yesterday, but now I meet the same error as you.(yesterday night my phone begin crash, so I flash android 7.1.2 into my phone.)

ijustyce
  • 328
  • 1
  • 3
  • 13
  • Thanks. Working now. But i wondered that how am i able to test instant app without adding google account and allowing Instant app feature on emulator API 26. – Sonali8890 Jun 19 '17 at 08:16