Fix Android tests
This commit is contained in:
+2
-2
@@ -180,11 +180,11 @@ public class CodegenTestsOnAndroidRunner {
|
|||||||
downloader.downloadAll();
|
downloader.downloadAll();
|
||||||
downloader.unzipAll();
|
downloader.unzipAll();
|
||||||
|
|
||||||
PermissionManager.setPermissions(pathManager);
|
|
||||||
|
|
||||||
String platformPrefixProperty = System.setProperty(PlatformUtils.PLATFORM_PREFIX_KEY, "Idea");
|
String platformPrefixProperty = System.setProperty(PlatformUtils.PLATFORM_PREFIX_KEY, "Idea");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
PermissionManager.setPermissions(pathManager);
|
||||||
|
|
||||||
antRunner.packLibraries();
|
antRunner.packLibraries();
|
||||||
|
|
||||||
emulator.createEmulator();
|
emulator.createEmulator();
|
||||||
|
|||||||
Reference in New Issue
Block a user