Skip to content

How to deal with drawable resources? #1

@hopewise

Description

@hopewise

Hello,

I would like to thank you for this beautiful extension, but as I tried to use a java library for opening dialog box in android (https://code.google.com/p/afiledialog/) I could not build my project successfully as I get an error:

cannot find symbol
[javac] symbol : variable icon
[javac] location: class android.R.drawable
[javac] new AlertDialog.Builder(this).setIcon(R.drawable.icon)
[javac] ^
[javac] 23 errors

although I put the res folder next to the AndroidManifest.xml in my extension, can you please help me fix this issue?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions