Proguard returned with error code 1. See console Warning: there were 4 unresolved references to classes or interfaces. You may need to specify additional library jars (using '-libraryjars'). java.io.IOException: Please correct the above warnings first. at proguard.Initializer.execute(Initializer.java:321) at proguard.ProGuard.initialize(ProGuard.java:211) at proguard.ProGuard.execute(ProGuard.java:86) at proguard.ProGuard.main(ProGuard.java:492)
apk 만들려고 보니 이런 에러가 난다.
나는 따로 proguard를 사용하지는 않았고, 이클립스에서 그냥 컴파일했을 때는 문제가 없었다.
한참 검색을 해봐도 문제를 못 찾았는데, project.properties 에 이상한 값이 들어가 있었다.
해당 부분을 지워주니까 잘 된다