mobilemouse
mobilemouse copied to clipboard
development software
helo, sir. may i know what software do you use to develop mobilemouse?? i thought of trying to run an example source file but i cant figure out what software to use. TQ
The software being used are Eclipse for server and same or android studio for client side
i imported this proj in my android studio and trying to run it but i am unable to do can i know why ??? can you give me steps to do it ???
Please specify the problems you are facing. As of now, try adding the gson library from googleapis. You can easily find how to do that in stackoverflow. That was the problem I faced.
yea Okay thankq
what I did is I cloned my android studio with ur repository and created the Android project .. after that when I create the module .. I got error like metion SDK Location in local.properties ... I am new to this Android field so pls to guide me
On Mar 4, 2017 2:38 AM, "vaibhavkhulbe" [email protected] wrote:
Please specify the problems you are facing. As of now, try adding the gson library from googleapis. You can easily find how to do that in stackoverflow. That was the problem I faced.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tuesda/mobilemouse/issues/1#issuecomment-284070475, or mute the thread https://github.com/notifications/unsubscribe-auth/AQmzXKe5h9QYP0Q0CE_4e1noO2skwftmks5riIFDgaJpZM4JOOtR .
Please upload a snapshot or mention the errors. I m sorry i can't find any errors. try updating all your APIs and libraries. I would appreciate a textual format.
Mouse cursor is not working smoothly
hello sir i imported this project in my android studio but it is not giving me an option to run it.Error it is giving is "The project 'mobilemouse-master' is not a Gradle-based project" as i created the gradle what should i do..??
You should import the client directory (mobilemouse-master/client) in android studio. This project actually have two softwares: one is server that needs to be imported in eclipse and the other one is client that should be imported in android studio. Hope this answer might help you. On 27 Mar 2017 8:31 pm, "sagarbaheti" [email protected] wrote:
hello sir i imported this project in my android studio but it is not giving me an option to run it.Error it is giving is "The project 'mobilemouse-master' is not a Gradle-based project" as i created the gradle what should i do..??
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tuesda/mobilemouse/issues/1#issuecomment-289379412, or mute the thread https://github.com/notifications/unsubscribe-auth/AURlHNTnbSSoNkQGX86S7OhUY0Mp1mjhks5rp2q7gaJpZM4JOOtR .
Just saying thanks! I'm also writing a remote control app in C# and could not figure out how to go about moving the cursor. I can't figure out how to accelerate the cursor when using the touchpad, but your code definitely helps push me in the right direction.