How to compile for mobile and other plattforms

Hi there,
in my project I use some android jar - files
The goal is to compile the project for different platforms ( windows / web / … ) , without deleting some files or changing the code
The function Application.Plattform … wont help :wink:

thanks for hints !

#if UNITY_ANDROID
#endif

… works :slight_smile: