AndroidAppBundleDemo icon indicating copy to clipboard operation
AndroidAppBundleDemo copied to clipboard

Unable to install module

Open DurgaArunkumarSmitiv opened this issue 6 years ago • 2 comments

Always it is returning Couldn't download feature2:-2.Help me in this.

DurgaArunkumarSmitiv avatar Feb 28 '19 09:02 DurgaArunkumarSmitiv

Hi @DurgaArunkumarSmitiv , I am able to run the demo app but not my own app.

Note: I create an app based on this link

LuongTruong avatar Aug 20 '19 08:08 LuongTruong

Hi @DurgaArunkumarSmitiv , I found the reason why I am not able to open the feature.

In the code of app -> ... -> MainActivity:

Intent intent = new Intent().setClassName(getPackageName(), "com.bapspatil.feature1.FeatureOneActivity");

Please change the com.bapspatil.feature1.FeatureOneActivity to your package name.

It works for me, hope it can help you too 😄

LuongTruong avatar Aug 20 '19 08:08 LuongTruong