Skip to content

Commit 3c15f14

Browse files
author
Nádor Iván
committed
Fixed docs regarding Android NDK, setting version only in gradle files
1 parent 83ff190 commit 3c15f14

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Examples_Android/SuperpoweredCrossExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android { // main settings for your application
3131
}
3232
}
3333

34-
ndkPath "/Volumes/iMect/android/ndk/25.1.8937393"
34+
ndkVersion '25.1.8937393'
3535
}
3636

3737
dependencies {

Examples_Android/SuperpoweredEffect/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android { // main settings for your application
3131
}
3232
}
3333

34-
ndkPath "/Volumes/iMect/android/ndk/25.1.8937393"
34+
ndkVersion '25.1.8937393'
3535
}
3636

3737
dependencies {

Examples_Android/SuperpoweredFrequencyDomain/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android { // main settings for your application
3131
}
3232
}
3333

34-
ndkPath "/Volumes/iMect/android/ndk/25.1.8937393"
34+
ndkVersion '25.1.8937393'
3535
}
3636

3737
dependencies {

Examples_Android/SuperpoweredPlayer/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android { // main settings for your application
3131
}
3232
}
3333

34-
ndkPath "/Volumes/iMect/android/ndk/25.1.8937393"
34+
ndkVersion '25.1.8937393'
3535
}
3636

3737
dependencies {

Examples_Android/SuperpoweredRecorder/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android { // main settings for your application
3131
}
3232
}
3333

34-
ndkPath "/Volumes/iMect/android/ndk/23.1.7779620/android-ndk-r23b"
34+
ndkVersion '25.1.8937393'
3535
}
3636

3737
dependencies {

Examples_Android/SuperpoweredUSBExample/complexusb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android { // main settings for your application
3131
}
3232
}
3333

34-
ndkPath "/Volumes/iMect/android/ndk/25.1.8937393"
34+
ndkVersion '25.1.8937393'
3535
}
3636

3737
dependencies {

Examples_Android/SuperpoweredUSBExample/simpleusb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android { // main settings for your application
3131
}
3232
}
3333

34-
ndkPath "/Volumes/iMect/android/ndk/25.1.8937393"
34+
ndkVersion '25.1.8937393'
3535
}
3636

3737
dependencies {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Superpowered USB Audio classes for Android are compatible from Android 19 (KitKa
178178

179179
# Android Studio
180180

181-
Before running any Android example project, please set up the appropriate Android SDK and NDK paths in File - Project Structure... Furthermore, turn off Instant Run in the settings, because the Instant Run feature of Android Studio is not compatible with native C++ Android projects.
181+
Before running any Android example project, please install the Android NDK version 25.1.8937393 (Tools → SDK Manager → SDK Tools → NDK (Side by side)). Furthermore, turn off Instant Run in the settings, because the Instant Run feature of Android Studio is not compatible with native C++ Android projects.
182182

183183

184184
# How to create a Superpowered project with Android Studio

0 commit comments

Comments
 (0)