Xcode for Android

Can I use xcode to run the simulator for Android(Same as the simulator when i am using MSVC) where I can set the screen sizes to what I require such as 1280 x 800 without using the actual android simulators provided by google as those are super slow.

The “simulator” on MSVC is actually a windows port of cocos2d-x.
On mac, you can run mac port from proj.mac instead.

Walzer Wang wrote:

The “simulator” on MSVC is actually a windows port of cocos2d-x.
On mac, you can run mac port from proj.mac instead.

So that means I can set the size of the simulator width and height in my code and the simulator in xcode will be resized based on the changes?

Yeah, what you mean is to “set the size of mac app’s window size”, the code is in HelloCpp/proj.mac/AppController.mm

Walzer Wang wrote:

Yeah, what you mean is to “set the size of mac app’s window size”, the code is in HelloCpp/proj.mac/AppController.mm

Thanks. Where do I get this proj.mac folder? I followed the instructions here to set up Cocox2d-x to do Android development in XCode, but I can’t seem to find the proj.mac folder