premji012 edited a comment on issue #154: URL: https://github.com/apache/cordova-common/issues/154#issuecomment-728147031
Step 1: Just create an app using **cordova create** and add android platform (**cordova platform add android**) Step 2: Add the following plugin to the app using command - **cordova plugin add path_to_plugin_folder** [TestCordovaPlugin.zip](https://github.com/apache/cordova-common/files/5547320/TestCordovaPlugin.zip) Step 3: Now in AndroidManifest.xml, launcher activity className would be updated by MultiViewActivity. Now run **cordova prepare** Step 4: Now remove the plugin using command **cordova plugin rm cordova-plugin-log** ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
