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() {
124
124
public void loadSDK () {
125
125
try {
126
126
sdk = AndroidSDK .load ();
127
- } catch (BadSDKException e ) {
128
- e .printStackTrace ();
129
127
} catch (IOException e ) {
130
128
e .printStackTrace ();
131
129
}
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ private static File findAndroidTool(final File tools) throws BadSDKException {
206
206
* @throws BadSDKException
207
207
* @throws IOException
208
208
*/
209
- public static AndroidSDK load () throws BadSDKException , IOException {
209
+ public static AndroidSDK load () throws IOException {
210
210
// The environment variable is king. The preferences.txt entry is a page.
211
211
final String sdkEnvPath = Platform .getenv ("ANDROID_SDK" );
212
212
if (sdkEnvPath != null ) {
You can’t perform that action at this time.
0 commit comments