- Created a new project in Android Studio choosing Android N as the minimum SDK with everything else as default.
- Once created open layout/activity_main.xml
Expected result:
- The layout editor correctly displays the empty activity.
Actual result:
- The following error message is displayed:
Rendering Problems:
Android N requires the IDE to be running with Java 1.8 or later. Install a supported JDK (links to: https://developer.android.com/preview/setup-sdk.html#java8).