문제

Previously I have built mt app on API 18 and its works fine. But after building on API 19 app crashes in some use cases on my Android 4.1.2 (on 4.4.2 works fine). After building on API 19 apk size became smaller just of support lib size: was approx 800K but became about 300K. May be the reason in Eclipse doesn't includes support lib? Any suggestions? Thanx

도움이 되었습니까?

해결책

The issue is related to proguard. You can try to disable proguard and if it starts to work ok you can enable it back and start to modify proguard config file to make it work with the app.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top