- Home /
Unity Android sdk backward compatibility ? Yes/NO ?
I am developing an android app and was wondering about if the android build targets in unity are backward compatible. If I choose android SDK level 28 (9.0) will it be compatible with 8.0, 8.1 and so on?
Yes the SD$$anonymous$$ is backward compatible, so long as you don't make SD$$anonymous$$ calls that require newer functions. In general you should be fine though. In the Player Settings you can define the target build version, but I've had no issues installing a unity app on any android phone, the issues usually come from graphics glitches haha.
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Android Build Error. 1 Answer
Firebase and Facebook SDK not building 1 Answer
SDK Build Tools version 23.0.3 < 25.0.0. 2 Answers
Native c++ (mingw) plugin works in editor but not in build 1 Answer