Search code examples
androidandroid-2.2-froyoandroid-sdk-1.6

changing my android app min sdk from api 8 to api 4 removes my overridependingtransition


the problem is that 1.6 version doesn't supprt override pending transition ang gives me errors,so I removed them but my app looks very ugly without. The question is how to make overridependingtransition work on 2.2 and higher versions supporting also 1.6 version? thanks for the replies


Solution

  • Please have a look at the Platform Versions on the Android Developer website. There is less than 1% users on 1.6 and older.

    But if you really have to support 1.6, have a look at the followings links on the Android Dev website :