use of com.android.tools.idea.sdk.wizard.legacy.SmwOldApiDirectInstall 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