Fix Android tests

This commit is contained in:
Natalia Ukhorskaya
2014-10-15 14:58:40 +04:00
parent a128b94e2e
commit 6a4fe52e51
@@ -180,11 +180,11 @@ public class CodegenTestsOnAndroidRunner {
downloader.downloadAll();
downloader.unzipAll();
PermissionManager.setPermissions(pathManager);
String platformPrefixProperty = System.setProperty(PlatformUtils.PLATFORM_PREFIX_KEY, "Idea");
try {
PermissionManager.setPermissions(pathManager);
antRunner.packLibraries();
emulator.createEmulator();