Android Question SMTPwrapper error on net library

mariottino82

Member
Licensed User
Longtime User
when compiling with remote debug out this error:

src\b4a\example\main.java:313: error: package anywheresoftware.b4a.net does not exist
public static anywheresoftware.b4a.net.SMTPWrapper _smtp = null;
^
Note: src\b4a\example\starter.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
why??

thanks
 

mariottino82

Member
Licensed User
Longtime User
You should switch to the full version. You cannot add libraries to the remote compiler.
Ok, i have bought full version and it work very fine, now i have to send an email with attachment and choose an image frome my gallery, so i've implement the two library net with the smtp anh phone with contentChoose but the name result from the contentchoose is non support by smtp.Addattachment, how can i do?
 
Upvote 0
Top