1

I'm trying to add a directory of excel files I write in build.gradle in the dependency function:

compile files('jxl-2.6.12.jar>')

And I add the export:

Import jxl.Workbook;

But I get unusual:

"Could not resolve 'jxl' icon"

Can anyone help me please?

alxlives
  • 4,811
  • 4
  • 24
  • 46
Maxima
  • 49
  • 5

1 Answers1

0

Right-click on your jar lib from the project view then choose 'add as a library'.

Jagar
  • 528
  • 5
  • 18