package org.apache.http.conn.util does not exist
Closed this issue ยท 0 comments
SubhajitSarkar commented
Cordova run
failed ๐ with this message:
/home/dev/Desktop/PhoneGap/test/platforms/android/src/com/rjfun/cordova/httpd/CorHttpd.java:15: error: package org.apache.http.conn.util does not exist
import org.apache.http.conn.util.InetAddressUtils;
^
/home/dev/Desktop/PhoneGap/test/platforms/android/src/com/rjfun/cordova/httpd/CorHttpd.java:87: error: cannot find symbol
if(InetAddressUtils.isIPv4Address(ip)) {
^
symbol: variable InetAddressUtils
location: class CorHttpd
2 errors
I am using:
OS: Ubuntu 14.04 LTS
Platform: v 6.0
API Level: 23
Please suggest how to fix this error.
Thank you.