Skip to content
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

MultiPlayer Extension Not working #281

Open
akshayaroraGS opened this issue Apr 27, 2016 · 0 comments
Open

MultiPlayer Extension Not working #281

akshayaroraGS opened this issue Apr 27, 2016 · 0 comments

Comments

@akshayaroraGS
Copy link

/home/SYON.COM/akshay/AndroidStudioProjects/andEngineFirstApp/andengine/src/main/java/org/andengine/extension/multiplayer/protocol/server/SocketServer.java
Error:(122, 102) error: cannot find symbol class IServerListener
where CC is a type-variable:
CC declared in class SocketServer
Error:(122, 59) error: cannot find symbol class ClientConnector
where CC is a type-variable:
CC declared in class SocketServer
Error:(122, 75) error: cannot find symbol class SocketConnection
where CC is a type-variable:
CC declared in class SocketServer
/home/SYON.COM/akshay/AndroidStudioProjects/andEngineFirstApp/andengine/src/main/java/org/andengine/extension/multiplayer/protocol/server/BluetoothSocketServer.java
Error:(128, 120) error: cannot find symbol class IServerListener
where CC is a type-variable:
CC declared in class BluetoothSocketServer
Error:(56, 3) error: constructor Server in class Server<C,CC#2> cannot be applied to given types;
required: IClientConnectorListener,IServerListener<? extends Server<BluetoothSocketConnection,CC#1>>
found: IClientConnectorListener,IBluetoothSocketServerListener<CC#1>
reason: actual argument IBluetoothSocketServerListener<CC#1> cannot be converted to IServerListener<? extends Server<BluetoothSocketConnection,CC#1>> by method invocation conversion
where CC#1,C,CC#2 are type-variables:
CC#1 extends ClientConnector declared in class BluetoothSocketServer
C extends Connection declared in class Server
CC#2 extends ClientConnector declared in class Server
Error:(75, 44) error: getServerListener() in BluetoothSocketServer cannot override getServerListener() in Server
return type IBluetoothSocketServerListener is not compatible with IServerListener<? extends Server<BluetoothSocketConnection,? extends ClientConnector>>
where CC,C are type-variables:
CC extends ClientConnector declared in class BluetoothSocketServer
C extends Connection declared in class Server
Error:Execution failed for task ':andengine:compileReleaseJavaWithJavac'.

Compilation failed; see the compiler error output for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant