Building only set CPU targets?

Sysprogs forums Forums VisualGDB Building only set CPU targets?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #826
    rgold
    Participant

    I am new to Android and recently came across visualGDB, and I just want to say that I’m so glad I found it! Android NDK development was fairly frustrating and painful before I found this tool.

    I was wondering- is there any way to have VS just make for one CPU type?
    It takes a long time to compile them all and I think I’d only need one when testing on my particular device.

    #3181
    support
    Keymaster

    Hi,

    Yes, this is possible. The easiest way would be to edit the Application.mk file and replace APP_ABI := all with APP_ABI := armeabi.
    You can also try VisualGDB 4.2 beta 1 that allows selecting ABIs in the project wizard.

    #3180
    rgold
    Participant

    Great, thanks!
    I can’t tell you guys how much I appreciate visualGDB, good stuff!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.