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
Cloning and project build in Android studio 1.5 fails with the following error
Information:Gradle tasks [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:compileDebugSources, :app:compileDebugAndroidTestSources]
WARNING [Project: :app] Current NDK support is deprecated. Alternative will be provided in the future.
:app:cleanNative FAILED
Error:Execution failed for task ':app:cleanNative'.
A problem occurred starting process 'command 'C:\Users\mj\AppData\Local\Android\sdk\android-ndk-r10e/ndk-build.com''
Information:BUILD FAILED
Information:Total time: 1.418 secs
Information:1 error
Information:0 warnings
defaultConfig {
applicationId "com.echopen.asso.echopen"
minSdkVersion 19
targetSdkVersion 23
versionCode 1
versionName "1.0"
ndk {
moduleName "EchOpen"
}
}
++++++++++++++++++++++++++++++
3. Tried to build the app in Android studio version 0.9 and 1.0 also yet the same error
Kindly suggest the way to rebuild or way around. Snapshots.docx
The text was updated successfully, but these errors were encountered:
The issue you were experiencing seems to come from the ndk plugin automatic integration. You should deactivate it. Did you try the response of the suggested SO post ?
By the way, it is not clear which version of android studio. Do you confirm it is 1.5 ?
Cloning and project build in Android studio 1.5 fails with the following error
Information:Gradle tasks [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:compileDebugSources, :app:compileDebugAndroidTestSources]
WARNING [Project: :app] Current NDK support is deprecated. Alternative will be provided in the future.
:app:cleanNative FAILED
Error:Execution failed for task ':app:cleanNative'.
+++++++++++++++++++++++++++
compileSdkVersion 19
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "com.echopen.asso.echopen"
minSdkVersion 15
targetSdkVersion 18
versionCode 1
versionName "1.0"
ndk {
moduleName "EchOpen"
}
}
++++++++++++++++++++++++++++++
Changed to
+++++++++++++++++++++++++++
compileSdkVersion 23
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.echopen.asso.echopen"
minSdkVersion 19
targetSdkVersion 23
versionCode 1
versionName "1.0"
ndk {
moduleName "EchOpen"
}
}
++++++++++++++++++++++++++++++
3. Tried to build the app in Android studio version 0.9 and 1.0 also yet the same error
Kindly suggest the way to rebuild or way around.
Snapshots.docx
The text was updated successfully, but these errors were encountered: