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
  • 5,084
  • 4
  • 28
  • 50
Maxima
  • 69
  • 8

1 Answers1

0

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

Jagar
  • 777
  • 9
  • 24