Is it possible to decompile a Ice Cream Sandwhich app (which I got off of the ICS emulater) and recompile it to run on Gingerbread? I got it to decompile then opened it in eclipse and tried to run it on my android 2.2 device but it just crashes!
Share
You can use apktool to decompile an android app. However, if the app is using APIs that are not available on gingerbread, you will need to rewrite those portions of the code so that it can run on gingerbread.