I had an app created earlier in windows 7 and due to my PC crashed. I copy and run it in my new PC running in Windows8.1. I got below error when I try to run it again. I am using Excel library in my app and using JDK 1.8.0_31 and android 5.1 Ver22. But earlier is using JDK 1.7 and android earlier version. Do I need to reinstall my Java or Android with lower version?
I tried to run the ExcelLibrary Example provided. It's having the same Excel problem as well. Any advice on this?
error: package jxl.write does not exist
mostCurrent._sheet1.AddCell((jxl.write.WritableCell)(_cell.getObject()));
I tried to run the ExcelLibrary Example provided. It's having the same Excel problem as well. Any advice on this?
error: package jxl.write does not exist
mostCurrent._sheet1.AddCell((jxl.write.WritableCell)(_cell.getObject()));
Last edited: