Skip to content

я знаю проект зраброшен но если ты это и новый свой не добавил: #2

@iiasceri

Description

@iiasceri

на маках не работает билд вот исправка в apkeditor pro:

defaultConfig {
    applicationId "com.gmail.heagoo.apkeditor.pro"
    minSdk 14
    targetSdk 26
    multiDexEnabled true
}

if (System.properties['os.arch'] == "aarch64") {
    // For M1 Users we need to use the NDK 24 which added support for aarch64
    ndkVersion = "24.0.8215888"
} else {
    // Otherwise we default to the side-by-side NDK version from AGP.
    ndkVersion = "21.4.7075529"
}

Screenshot 2023-07-16 at 12 42 56

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions