H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User Aug 5, 2018 #1 Hi, How to Check android version before app initialize and crash in old android versions?
ivan.tellez Active Member Licensed User Longtime User Aug 13, 2018 #21 HAH said: Google play publish new roles not accepting older sdk, So I can't lower sdk version! Click to expand... That is the point. Upvote 0
HAH said: Google play publish new roles not accepting older sdk, So I can't lower sdk version! Click to expand... That is the point.
H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User Aug 13, 2018 #22 npsonic said: Check my first answer. You have to set higher min sdk value. There is no other way. Click to expand... We set a higher sdk version, Google play allow old android versions to install! But when run it crash Upvote 0
npsonic said: Check my first answer. You have to set higher min sdk value. There is no other way. Click to expand... We set a higher sdk version, Google play allow old android versions to install! But when run it crash
H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User Aug 13, 2018 #23 tigrot said: You cannot check. You can only forbid installation on former Android versions Click to expand... How? Upvote 0
tigrot said: You cannot check. You can only forbid installation on former Android versions Click to expand... How?
npsonic Active Member Licensed User Aug 13, 2018 #25 First answear in this thread was correct. Now everyone is just repeating the same and this thread is becoming pointless. Set higher min sdk like instructed in my first answear. Change minSdkVersion="5" to something else such as 10 or 12. Upvote 0
First answear in this thread was correct. Now everyone is just repeating the same and this thread is becoming pointless. Set higher min sdk like instructed in my first answear. Change minSdkVersion="5" to something else such as 10 or 12.