AndroidAppBundleDemo
AndroidAppBundleDemo copied to clipboard
Unable to install module
Always it is returning Couldn't download feature2:-2.Help me in this.
Hi @DurgaArunkumarSmitiv , I am able to run the demo app but not my own app.
Note: I create an app based on this link
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 😄