File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/processing/mode/android Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,6 @@ protected File getCoreZipLocation() {
124124 public void loadSDK () {
125125 try {
126126 sdk = AndroidSDK .load ();
127- } catch (BadSDKException e ) {
128- e .printStackTrace ();
129127 } catch (IOException e ) {
130128 e .printStackTrace ();
131129 }
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ private static File findAndroidTool(final File tools) throws BadSDKException {
206206 * @throws BadSDKException
207207 * @throws IOException
208208 */
209- public static AndroidSDK load () throws BadSDKException , IOException {
209+ public static AndroidSDK load () throws IOException {
210210 // The environment variable is king. The preferences.txt entry is a page.
211211 final String sdkEnvPath = Platform .getenv ("ANDROID_SDK" );
212212 if (sdkEnvPath != null ) {
You can’t perform that action at this time.
0 commit comments