support:appcompat-v7

Sysprogs forums Forums VisualGDB support:appcompat-v7

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11803
    lihan
    Participant

    I have a simple app which requires, in gradle format, the following

    compile ‘com.android.support:appcompat-v7:25.3.1’

    compile ‘com.android.support:support-v4:25.3.1’

    Can anyone tell me how I could configure Visual GDB to use these support libraries.

    I can browse in my sdk folder and see that they are there,  but I don’t know how to configure VGDB to use them.

    c:\android-sdk-r24.4.1\extras\android\m2repository\com\android\support\appcompat-v7

    #11808
    support
    Keymaster

    Hi,

    We would recommend importing a Gradle-based project into VisualGDB (e.g. see this tutorial). Projects created with the VisualGDB project wizard are based on Ant and won’t support Gradle dependencies (we will be switching Android projects to the new advanced CMake project subsystem in the next release and will fully support the latest Gradle).

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