use of com.android.tools.idea.npw.ConfigureFormFactorStep in project android by JetBrains.
the class ConfigureAndroidProjectPath method init.
@Override
protected void init() {
putSdkDependentParams(myState);
addStep(new ConfigureAndroidProjectStep(myParentDisposable));
addStep(new ConfigureFormFactorStep(myParentDisposable));
addStep(new LicenseAgreementStep(myParentDisposable));
addStep(new SmwOldApiDirectInstall(myParentDisposable));
}
Aggregations