Skip to content

Commit 6da1ff0

Browse files
committed
Updated SDKUpdater to use new com.android.sdklib.tool.sdkmanager package
1 parent 511278f commit 6da1ff0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/SDKUpdater/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry combineaccessrules="false" kind="src" path="/android-mode"/>
6-
<classpathentry kind="var" path="ANDROID_SDK/tools/lib/sdklib-25.3.2.jar"/>
7-
<classpathentry kind="var" path="ANDROID_SDK/tools/lib/repository-25.3.2.jar"/>
6+
<classpathentry kind="var" path="ANDROID_SDK/tools/lib/sdklib-26.0.0-dev.jar"/>
7+
<classpathentry kind="var" path="ANDROID_SDK/tools/lib/repository-26.0.0-dev.jar"/>
88
<classpathentry combineaccessrules="false" kind="src" path="/processing-app"/>
99
<classpathentry kind="output" path="bin"/>
1010
</classpath>

tools/SDKUpdater/src/processing/mode/android/tools/SDKUpdater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import com.android.sdklib.repository.AndroidSdkHandler;
3030
import com.android.sdklib.repository.installer.SdkInstallerUtil;
3131
import com.android.sdklib.repository.legacy.LegacyDownloader;
32-
import com.android.sdklib.tool.SdkManagerCli;
32+
import com.android.sdklib.tool.sdkmanager.*;
3333

3434
import processing.app.Base;
3535
import processing.app.Preferences;

0 commit comments

Comments
 (0)