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
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