jguerinet / MyMartlet

Android version of the unofficial McGill app MyMartlet.
Apache License 2.0
10 stars 3 forks source link

R class #110

Closed AllanWang closed 5 years ago

AllanWang commented 5 years ago

Is your R class import working? After invalidating the project, cleaning, and building, it's still not appearing for me. There exists some problems with newer gradle plugins, though I want to confirm if it's working for you first. Before invalidation pretty much non of the android related imports worked for me.

jguerinet commented 5 years ago

I haven't had any problems with the R class import. Are you running the latest versions of everything?

AllanWang commented 5 years ago

AS version 3.2.1 (not the newest as of now I believe), but everything else is within the project anyways. I guess I'll try updating that first and see.

jguerinet commented 5 years ago

Any news?

AllanWang commented 5 years ago

So far it looks like it's working. I still have to build it in the future so I'll see how that goes. Closing this for now

AllanWang commented 5 years ago

There's warnings about groupid and version, though we can add that ourselves later

image

jguerinet commented 5 years ago

I'm also planning on switching over to Kotlin DSL for Gradle once AS 3.4 comes out.

jguerinet commented 5 years ago

Which could help with the above.