Archived Forum Post

Index of archived forum posts

Question:

Android and the newest Version 9.5.0 ... i can't build because of bunch of Errors

Jun 30 '15 at 03:40

i've download the newest Version today but i can't build this because i got a lot of errors in the this File:

CkSocksProxy.java

Error:(32, 19) error: cannot find symbol method delete_CkSocksProxy(long) Error:(39, 20) error: cannot find symbol method new_CkSocksProxy() Error:(43, 15) error: cannot find symbol method CkSocksProxy_LastErrorXml(long,CkSocksProxy,long,CkString) Error:(47, 15) error: cannot find symbol method CkSocksProxy_LastErrorHtml(long,CkSocksProxy,long,CkString) Error:(51, 15) error: cannot find symbol method CkSocksProxy_LastErrorText(long,CkSocksProxy,long,CkString) Error:(55, 15) error: cannot find symbol method CkSocksProxy_get_LastErrorHtml(long,CkSocksProxy,long,CkString) Error:(59, 22) error: cannot find symbol method CkSocksProxy_lastErrorHtml(long,CkSocksProxy) Error:(63, 15) error: cannot find symbol method CkSocksProxy_get_LastErrorText(long,CkSocksProxy,long,CkString) Error:(67, 22) error: cannot find symbol method CkSocksProxy_lastErrorText(long,CkSocksProxy) Error:(71, 15) error: cannot find symbol method CkSocksProxy_get_LastErrorXml(long,CkSocksProxy,long,CkString) Error:(75, 22) error: cannot find symbol method CkSocksProxy_lastErrorXml(long,CkSocksProxy) Error:(79, 15) error: cannot find symbol method CkSocksProxy_get_Version(long,CkSocksProxy,long,CkString) Error:(83, 22) error: cannot find symbol method CkSocksProxy_version(long,CkSocksProxy) Error:(87, 15) error: cannot find symbol method CkSocksProxy_get_DebugLogFilePath(long,CkSocksProxy,long,CkString) Error:(91, 22) error: cannot find symbol method CkSocksProxy_debugLogFilePath(long,CkSocksProxy) Error:(95, 15) error: cannot find symbol method CkSocksProxy_put_DebugLogFilePath(long,CkSocksProxy,String) Error:(99, 22) error: cannot find symbol method CkSocksProxy_get_VerboseLogging(long,CkSocksProxy) Error:(103, 15) error: cannot find symbol method CkSocksProxy_put_VerboseLogging(long,CkSocksProxy,boolean) Error:(107, 22) error: cannot find symbol method CkSocksProxy_SaveLastError(long,CkSocksProxy,String) Error:(111, 22) error: cannot find symbol method CkSocksProxy_get_AllowUnauthenticatedSocks5(long,CkSocksProxy) Error:(115, 15) error: cannot find symbol method CkSocksProxy_put_AllowUnauthenticatedSocks5(long,CkSocksProxy,boolean) Error:(119, 22) error: cannot find symbol method CkSocksProxy_get_AuthenticatedSocks5(long,CkSocksProxy) Error:(123, 15) error: cannot find symbol method CkSocksProxy_get_ClientIp(long,CkSocksProxy,long,CkString) Error:(127, 22) error: cannot find symbol method CkSocksProxy_clientIp(long,CkSocksProxy) Error:(131, 22) error: cannot find symbol method CkSocksProxy_get_ClientPort(long,CkSocksProxy) Error:(135, 22) error: cannot find symbol method CkSocksProxy_get_ConnectionPending(long,CkSocksProxy) Error:(139, 15) error: cannot find symbol method CkSocksProxy_get_ListenBindIpAddress(long,CkSocksProxy,long,CkString) Error:(143, 22) error: cannot find symbol method CkSocksProxy_listenBindIpAddress(long,CkSocksProxy) Error:(147, 15) error: cannot find symbol method CkSocksProxy_put_ListenBindIpAddress(long,CkSocksProxy,String) Error:(151, 15) error: cannot find symbol method CkSocksProxy_get_Login(long,CkSocksProxy,long,CkString) Error:(155, 22) error: cannot find symbol method CkSocksProxy_login(long,CkSocksProxy) Error:(159, 15) error: cannot find symbol method CkSocksProxy_get_OutboundBindIpAddress(long,CkSocksProxy,long,CkString) Error:(163, 22) error: cannot find symbol method CkSocksProxy_outboundBindIpAddress(long,CkSocksProxy) Error:(167, 15) error: cannot find symbol method CkSocksProxy_put_OutboundBindIpAddress(long,CkSocksProxy,String) Error:(171, 22) error: cannot find symbol method CkSocksProxy_get_OutboundBindPort(long,CkSocksProxy) Error:(175, 15) error: cannot find symbol method CkSocksProxy_put_OutboundBindPort(long,CkSocksProxy,int) Error:(179, 15) error: cannot find symbol method CkSocksProxy_get_Password(long,CkSocksProxy,long,CkString) Error:(183, 22) error: cannot find symbol method CkSocksProxy_password(long,CkSocksProxy) Error:(187, 15) error: cannot find symbol method CkSocksProxy_get_ServerIp(long,CkSocksProxy,long,CkString) Error:(191, 22) error: cannot find symbol method CkSocksProxy_serverIp(long,CkSocksProxy) Error:(195, 22) error: cannot find symbol method CkSocksProxy_get_ServerPort(long,CkSocksProxy) Error:(199, 22) error: cannot find symbol method CkSocksProxy_get_SocksVersion(long,CkSocksProxy) Error:(203, 22) error: cannot find symbol method CkSocksProxy_AllowConnection(long,CkSocksProxy) Error:(207, 22) error: cannot find symbol method CkSocksProxy_GetTunnelsXml(long,CkSocksProxy,long,CkString) Error:(211, 22) error: cannot find symbol method CkSocksProxy_getTunnelsXml(long,CkSocksProxy) Error:(215, 22) error: cannot find symbol method CkSocksProxy_tunnelsXml(long,CkSocksProxy) Error:(219, 22) error: cannot find symbol method CkSocksProxy_Initialize(long,CkSocksProxy,int) Error:(223, 22) error: cannot find symbol method CkSocksProxy_ProceedSocks5(long,CkSocksProxy) Error:(227, 22) error: cannot find symbol method CkSocksProxy_RejectConnection(long,CkSocksProxy) Error:(231, 22) error: cannot find symbol method CkSocksProxy_StopAllTunnels(long,CkSocksProxy,int) Error:(235, 22) error: cannot find symbol method CkSocksProxy_UnlockComponent(long,CkSocksProxy,String) Error:(239, 22) error: cannot find symbol method CkSocksProxy_WaitForConnection(long,CkSocksProxy,int)


Answer

Thanks! The solution is to just delete the CkSocksProxy.java file. It shouldn't have been included..


Answer

I will re-upload the dist such that it does not include the CkSocksProxy.java. The .so libs will be identical (meaning they are not re-built).


Answer

Okay ... i try to delete this File and i run in the following Error: (:-D sorry)

UNEXPECTED TOP-LEVEL EXCEPTION: com.android.dx.cf.iface.ParseException: bad class file magic (cafebabe) or version (0034.0000) at com.android.dx.cf.direct.DirectClassFile.parse0(DirectClassFile.java:472) at com.android.dx.cf.direct.DirectClassFile.parse(DirectClassFile.java:406) at com.android.dx.cf.direct.DirectClassFile.parseToInterfacesIfNecessary(DirectClassFile.java:388) at com.android.dx.cf.direct.DirectClassFile.getMagic(DirectClassFile.java:251) at com.android.dx.command.dexer.Main.processClass(Main.java:704) at com.android.dx.command.dexer.Main.processFileBytes(Main.java:673) at com.android.dx.command.dexer.Main.access$300(Main.java:83) at com.android.dx.command.dexer.Main$1.processFileBytes(Main.java:602) at com.android.dx.cf.direct.ClassPathOpener.processArchive(ClassPathOpener.java:284) at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:166) at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:144) at com.android.dx.command.dexer.Main.processOne(Main.java:632) at com.android.dx.command.dexer.Main.processAllFiles(Main.java:510) at com.android.dx.command.dexer.Main.runMonoDex(Main.java:280) at com.android.dx.command.dexer.Main.run(Main.java:246) at com.android.dx.command.dexer.Main.main(Main.java:215) at com.android.dx.command.Main.main(Main.java:106) ...while parsing com/chilkatsoft/chilkat.class 1 error; aborting Error:Execution failed for task ':app:preDexDebug'.

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:Program Files (x86)Javajdk1.8.0_31binjava.exe'' finished with non-zero exit value 1