-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The plugin doesn't work with Cordova 2.3.0 #1
Comments
Pushed an updated. Try it on 2.2.0+. If it works close this issue. |
Hi Simon! I have follows yours instructions but doesn't works... :( |
It looks like you have two copies of cordova.jar in your libs folder. |
same problem here in my project but there is only one cordova .jar in libs folder |
look at: NameProject > assets > www > *.jar there is the problem if u have two copies of cordova, i have this problem today, and the solution of macdonst have solved here =) |
I have tried to install this plugin in my Android application on Eclipse but there are those problems:
Description Resource Path Location Type
PluginResult cannot be resolved to a type FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 44 Java Problem
The method execute(String, JSONArray, String) of type FtpClient must override or implement a supertype method FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 44 Java Problem
PluginResult cannot be resolved to a type FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 45 Java Problem
PluginResult cannot be resolved to a variable FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 45 Java Problem
PluginResult cannot be resolved to a type FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 59 Java Problem
PluginResult cannot be resolved to a type FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 61 Java Problem
PluginResult cannot be resolved to a variable FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 61 Java Problem
PluginResult cannot be resolved to a type FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 63 Java Problem
PluginResult cannot be resolved to a type FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 65 Java Problem
PluginResult cannot be resolved to a variable FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 63 Java Problem
PluginResult cannot be resolved to a variable FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 65 Java Problem
The import com.phonegap.api cannot be resolved FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 27 Java Problem
The import com.phonegap.api cannot be resolved FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 28 Java Problem
The import com.phonegap.api cannot be resolved FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 29 Java Problem
Plugin cannot be resolved to a type FtpClient.java /Backup1/src/com/phonegap/plugins/ftpclient line 31 Java Problem
The text was updated successfully, but these errors were encountered: