You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
на маках не работает билд вот исправка в 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"
}
The text was updated successfully, but these errors were encountered:
на маках не работает билд вот исправка в apkeditor pro:
The text was updated successfully, but these errors were encountered: