Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Cannot Find Symbol Class PermissionManager #58

Open
jayabrown opened this issue Oct 9, 2019 · 0 comments
Open

Cannot Find Symbol Class PermissionManager #58

jayabrown opened this issue Oct 9, 2019 · 0 comments

Comments

@jayabrown
Copy link

jayabrown commented Oct 9, 2019

Expected Results

Launch the app

Actual Results

Build Failed: error: cannot find symbol class PermissionManager

Steps & Code to Reproduce

Following the docs here, cloned the repo:
git clone https://github.com/realm/my-first-realm-app

opened in Android studio:
<root>/my-first-realm-app/android/todo-full-sync

Code Sample

in Project build.gradle:

dependencies {
        classpath 'com.android.tools.build:gradle:3.5.1'
        classpath "io.realm:realm-gradle-plugin:6.0.0"
    }

in app build.gradle:

apply plugin: 'realm-android'

ProjectsActivity.java:

Screen Shot 2019-10-09 at 4 04 30 PM

Version of Realm and tooling

Realm version(s): 6.0.0

Android Studio version: 3.5.1

Which device OS version and device: Android emulator Pixel 3 API 29

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant