Search in sources :

Example 1 with ConfigureAndroidProjectPath

use of com.android.tools.idea.npw.deprecated.ConfigureAndroidProjectPath in project android by JetBrains.

the class NewProjectWizardDynamic method addPaths.

/**
   * Add the steps for this wizard
   */
private void addPaths() {
    addPath(new ConfigureAndroidProjectPath(getDisposable()));
    for (NewFormFactorModulePath path : NewFormFactorModulePath.getAvailableFormFactorModulePaths(getDisposable())) {
        addPath(path);
    }
    addPath(new ConfigureCppSupportPath(getDisposable()));
}
Also used : ConfigureAndroidProjectPath(com.android.tools.idea.npw.deprecated.ConfigureAndroidProjectPath) ConfigureCppSupportPath(com.android.tools.idea.npw.cpp.ConfigureCppSupportPath) NewFormFactorModulePath(com.android.tools.idea.npw.deprecated.NewFormFactorModulePath)

Aggregations

ConfigureCppSupportPath (com.android.tools.idea.npw.cpp.ConfigureCppSupportPath)1 ConfigureAndroidProjectPath (com.android.tools.idea.npw.deprecated.ConfigureAndroidProjectPath)1 NewFormFactorModulePath (com.android.tools.idea.npw.deprecated.NewFormFactorModulePath)1