Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get error after adding library into project #1972

Closed
pishguy opened this issue Aug 1, 2015 · 4 comments
Closed

get error after adding library into project #1972

pishguy opened this issue Aug 1, 2015 · 4 comments

Comments

@pishguy
Copy link

pishguy commented Aug 1, 2015

Hi. after successful import this library into project and using that. i get this error:

Error:(14, 38) error: package com.afollestad.materialdialogs does not exist
Error:Execution failed for task ':app:compileDebugJava'.

Compilation failed; see the compiler error output for details.

but import library is ok when i using this sample:

    new MaterialDialog.Builder(this)
            .title("title")
            .content("content")
            .positiveText("agree")
            .negativeText("disagree")
            .show();

i can hold ctrl and click on MaterialDialog Intellij show MaterialDialog class correctly

@erd
Copy link
Member

erd commented Aug 4, 2015

Can you provide some additional debugging information or a sample project on Github? Otherwise, we're not going to be able to help debug it.

@pishguy
Copy link
Author

pishguy commented Aug 4, 2015

I'm was forced to use source in project, this library dont support force use gravity to right without change phone language. i dont like this opration. because we use english language on phone but out software direction is rtl. i dont know why you are remove or dont support this option. only for this option and only have one item as gravity = "right" i'm forced to use source :( and this is very bad for library

@jaredsburrows
Copy link
Contributor

What does this have to do with Robolectric? Those errors are not from Robolectric @erd .

@erd
Copy link
Member

erd commented Aug 7, 2015

If you need help getting Robolectric working in your project, please post on the mailing list.

@erd erd closed this as completed Aug 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants