Top "Android-7.0-nougat" questions

Android 7.0 Nougat (API level 24), formerly known as "Android N".

App "keeps stopping" on Nougat 7.0

My app works flawlessly on previous builds of Android, tested from 4.0 to 6.0.1 on actual devices. No problem in Studio-emulated Nougat 7.0 …

android crash android-7.0-nougat
File system changes in Android Nougat

Ever since the first release of the Android N developer preview, I get "permission denied" errors when attempting to list …

android filesystems file-permissions permission-denied android-7.0-nougat
BitmapFactory.decodeStream from Assets returns null on Android 7

How to decode bitmaps from Asset directory in Android 7? My App is running well on Android versions up to Marshmallow. …

android bitmapfactory android-assets android-7.0-nougat
list certificate stored in user credentials

In Android 7 Nougat, user installed certificate goes to "User credentials" instead of "Trusted credentials"(which consists of system credential & …

android ssl pkcs#12 android-7.0-nougat android-7.1-nougat
Android Api 24 can't find sources

I have this grade file: //ext.support_library_version = '24.0.0' android { compileSdkVersion 24 buildToolsVersion '24.0.0' defaultConfig { applicationId "---" minSdkVersion 21 …

android sdk build-tools android-7.0-nougat
Apk failing to install on Android N with INSTALL_FAILED_INVALID_APK error

I was trying to install apk with adb install but when I tried to install it I got the following …

android android-7.0-nougat
Get Device mac adress in Android Nougat and O programmatically

I have an application, which required device mac address. I'm getting mac address in Marshmallow and below easily but problem …

android android-7.0-nougat android-settings android-8.0-oreo
Unable to resume activity with java.lang.IllegalArgumentException on Android api >=24

There is a crash in my app on devices running version 7.0, 7.1.1 and 8.0.0 with the following stacktrace: Fatal Exception: java.lang.…

android android-activity android-8.0-oreo android-7.0-nougat
Android N Java8 java.time

I updated to the latest Android N sdk. The only thing I don't understand is why I cannot import java.…

android java-8 java-time android-7.0-nougat