use of brut.directory.ExtFile in project Apktool by iBotPeaches.
the class SharedLibraryTest method beforeClass.
@BeforeClass
public static void beforeClass() throws BrutException {
TestUtils.cleanFrameworkFile();
sTmpDir = new ExtFile(OS.createTempDirectory());
TestUtils.copyResourceDir(SharedLibraryTest.class, "brut/apktool/shared_libraries/", sTmpDir);
}
Aggregations