Buil Android Lite Version
I am working on an A开发者_如何学JAVAndroid game, and want to release a Lite version with limited features as well. Is there a way I can configure Eclipse to build a second package? Or will I have to have a separate set of code to build the lite version?
Use an Android library project.
精彩评论