Android Question anotherdatepicker not working in 7.01

rafaelmotaquintana

Active Member
Licensed User
I'm trying to upgrade an application to version 7.01, I have fixed some problems but I can't find this

Compiling generated Java code. Error
javac 1.8.0_65
src\com\myapp\anotherdatepicker.java:77: error: package eu.dgconsulting.appupdating does not exist
public eu.dgconsulting.appupdating.newinst2 _newinst2 = null;
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error


Any suggestions?
Thanks
 
Top