Hello,
I am facing a strange issue with running apk on galaxy tab 3.
The apk did run on older devices such as Galaxy s3 note 2,
I see the splash screen for longer seconds than a black screen and splash again ... but app doesn't run.
I did debug (cmd > adb logcat -c)
and I found an error "java.lang.IllegalArgumentException: Requested window android.os.BinderProxy"
I did search and couldn't do anything about it.
changed Android min API Level from 2.3 to 4.2 , still same.
Aslo device has ARMv7 processor (since ARMv6) is not supported.
Its not also memory issues, and what might it be???
Has anyone faced such as issue??
↧