5

As per the guidelines provided document i have modularized the existing code. Now i am able to build the signed apk of installed app as well as instant app. My installed app got uploaded to playstore without any issue. But while uploading instant app apk it is giving me below error.

We could not save your changes. Please try again.

It is constantly giving me this error & error is not explainable to.Have anyone faced this?

Screenshot enter image description here

FYI - My app has 3 feature main,base & detail.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Nikhilesh Patve
  • 1,760
  • 3
  • 13
  • 31
  • There are other posts about similar issues: https://stackoverflow.com/questions/45291749/uploading-instant-app-to-google-play-console-fails-with-generic-message Do you have any library dependencies outside the base feature? – Julia K Sep 06 '17 at 21:22
  • No i have only attached base library to feature module but i am having webviews in each feature module. – Nikhilesh Patve Sep 11 '17 at 05:46
  • any comments how this could be solved? I'm having same issue :/ – Ragaisis Nov 04 '17 at 15:11
  • It is causing due to resources try removing resources string,drawable,styles,etc with hardcoding them whichever gets resolved by id at first try hardcoding app name in manifiest and then try any other things – Nikhilesh Patve Nov 04 '17 at 16:39
  • @Ragaisis is your issue resolved – Nikhilesh Patve Nov 17 '17 at 17:07

1 Answers1

0

With reference to comment @NikhileshPatve

it is causing due to resources try removing resources string,drawable,styles,etc with hardcoding them whichever gets resolved by id at first try hardcoding app name in manifiest and then try any other things

Prags
  • 2,457
  • 2
  • 21
  • 38