staf621 / ki4a

Ki4a lets you tunnel your android's traffic over SSH in a very easy way.
Apache License 2.0
87 stars 52 forks source link

Build in Andriod studio? #38

Open amirmaaref opened 4 years ago

amirmaaref commented 4 years ago

Hi, Would you please tell me how to build and compile after clone it in Android Studio? thanks!

ashishpujari204 commented 4 years ago

1) Open Android Studio 2) Click on Open an existing Android Studio project 3) Select your project from directory. 4) After project selection studio will compile your project.

Zappelphilipp commented 4 years ago

I am also not able to open this project nor to import it. For me it looks like .idea file is broken or misconfigured.

Belval commented 4 years ago

Shameless plug, but I needed to rebuild the project for my personal use. I reconfigured the project with Android Studio and gradle in the process. Feel free to use that.

https://github.com/Belval/ki4a

mohsensaremi commented 4 years ago

@Belval Can you change the package name and build and connect to VPN successfully? After changing package name connection wont be established.

Belval commented 4 years ago

No, as you noted in another issue, the executables are hardcoded with the package name. I tried to do a string replace with sed but it did not work.