We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
The android projects of samples can't build with target android-10
The android projects of samples can't build with target android-10
Bug #3714 [Closed]
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset commit:9d8f5a4390d32fb3e8827b173fa5b2837dbdff4f.
Status: | Closed | |
---|---|---|
Start date: | 2014-01-15 | |
Priority: | Normal | |
Due date: | ||
Assignee: | zhangbin@cocos2d-x.org | |
% Done: | 100% |
|
Category: | android | |
Target version: | 3.0-beta2 |
The minSdkVersion of android projects is 9. The default target is android-10. So, the android projects should be build successfully with target android-10.
But there are some configurations in AndroidManifest.xml require the target should be android-13 or higher.
These configurations are not necessary. So, we can remove them from AndroidManifest.xml.
PS:
The configurations are: