Changes

Jump to: navigation, search

Adapting an Android Studio Project for Instants Apps

6 bytes added, 20:32, 29 November 2017
no edit summary
http://www.ebookfrenzy.com/web/as30kotlin/index.php
== Creating the Base Feature Module==
The project currently contains an application module named app which uses the com.android.application build plugin. This module will serve as the base feature module for the modified project, so needs to be given a more descriptive name. Within the project tool window, right-click on the app entry and select the Refactor -> Rename… option from the menu. In the Rename Module dialog, change the module name to applinkingbase before clicking on the OK button.

Navigation menu