我想創建我的android項目的各種APK,爲每個APK不同的SplashScreen /圖標版本。創建與各種圖標和splashscreens各種APK
e.g:
APK1 : SplashScreen = @drawable/splashscreen1
IconLauncher = android:icon="@drawable/icone_launcher1"
APK2 : SplashScreen = @drawable/splashscreen2
IconLauncher = android:icon="@drawable/icone_launcher2"
是否有一個 「實用」 的方式來做到這一點?我更喜歡不復制/粘貼我的代碼的文件夾,這樣我就可以保留我的代碼免受冗餘,並且當我想對一個APK進行改進時,我希望這些改進能夠顯示在其他代碼上。
任何線索?也許某種腳本會在不同的文件夾中複製我的代碼,並且只更改包含我的啓動器活動(定義splashscreen)和啓動器圖標樣式的AndroidManifest.xml?
在此先感謝!
如果您使用Maven,這很容易,請查看[this](http://stackoverflow.com/questions/9699485/skinning-android-app-with-maven-build-profiles)。 – yorkw 2012-03-20 08:27:43