WAI
Status Update
Comments
je...@google.com <je...@google.com> #2
I have that issue too.
I'm completely stock, unrooted, MRA58N.
I'm completely stock, unrooted, MRA58N.
ch...@google.com <ch...@google.com> #3
Same story here. Have been looking for reports of this issue for a few days, glad I finally found the xda thread.
de...@gmail.com <de...@gmail.com> #4
Please don't forget to star the issue.
ys...@gmail.com <ys...@gmail.com> #5
Please provide Bug report and scree record for better understanding.
* Android bug report
After reproducing the issue, navigate to developer settings, ensure ‘USB debugging’ is enabled, then enable ‘Bug report shortcut’. To take bug report, hold the power button and select the ‘Take bug report’ option.
Note: Please upload any information to google drive and share the folder to android-bugreport@google.com. After sharing please provide the link for the uploaded data
* Android bug report
After reproducing the issue, navigate to developer settings, ensure ‘USB debugging’ is enabled, then enable ‘Bug report shortcut’. To take bug report, hold the power button and select the ‘Take bug report’ option.
Note: Please upload any information to google drive and share the folder to android-bugreport@google.com. After sharing please provide the link for the uploaded data
de...@gmail.com <de...@gmail.com> #6
[Comment deleted]
de...@gmail.com <de...@gmail.com> #8
Deleted my comment and resharing the bug report via Google Drive link (didn't think about the security part). Here's the link
https://drive.google.com/drive/folders/0B3pCHihva_6mUWxRWXFHeFBWOW8
bi...@gmail.com <bi...@gmail.com> #9
Thanks for the Bug report. We are having a look at the issue you reported, will update more on this issue as it becomes available
Description
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
}
}
android {
defaultConfig {
...
ndk {
moduleName "JniBitmapOperationsLibrary"
ldLibs "log", "jnigraphics"
}
...
}
}
With gradle android plugin 1.2.3 it worked fine. After updating to android plugin 1.3.0 (NOT listed as experimental) I'm getting errors during the build:
Error:(50, 0) Error: NDK integration is deprecated in the current plugin. Consider trying the new experimental plugin. For details, see
Adding android.useDeprecatedNdk doesn't do anyhting. Adding "useDeprecatedNdk = true" inside "android{}" block throws an exception:
Error:(8, 0) No such property: useDeprecatedNdk for class: com.android.build.gradle.AppExtension_Decorated