mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
adding messages
This commit is contained in:
parent
e32feaaea5
commit
1fbcbd0fbd
@ -255,7 +255,7 @@ public class TryIt {
|
||||
private void getTools(String url, String folderName) {
|
||||
System.out.println("Downloading " + folderName);
|
||||
downloadArtifacts(url, androidSdkHome + File.separator + folderName);
|
||||
System.out.println("Configuring " + folderName);
|
||||
System.out.println("Configuring " + folderName + ", please wait");
|
||||
extractFolder(androidSdkHome + File.separator + folderName);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user