سؤال

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