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

how create .apk? #11

Open
faitno opened this issue Jan 12, 2021 · 5 comments
Open

how create .apk? #11

faitno opened this issue Jan 12, 2021 · 5 comments

Comments

@faitno
Copy link

faitno commented Jan 12, 2021

Perfect description! This tool that I need!
But, how I make .apk for install on my android?

@Deepanshusuman
Copy link

import the folder in android studio and build the apk

@pchaukachow
Copy link

pchaukachow commented Jan 28, 2021

if one doesn't want to use android studio (because it's bulky) and you simply have to build it then do this
go to directory /android_app and on cmd line
windows: gradlew.bat build
linux/ubuntu/debian etc...: gradlew build
before running the above cmd, make sure to set JAVA_HOME (google how to set that)
After successful build, find apks in the folder \android_app\app\build\outputs\apk

@pggdt
Copy link

pggdt commented Mar 8, 2021

This is really a good app that meets my needs too. I have compiled an apk from the source code, you could download it here.
I also would like to upload the apk to F-Droid, but I didn't see the license of this project. So I don't whether I could upload it.
Thanks to raise-isayan for this great app.


2022-07-23: Here comes the new release, hope you enjoy it:)
I signed this release so that you won't lose the profile with the new releases after this one.

@zhangguanzhang
Copy link

zhangguanzhang commented May 16, 2022

git clone https://github.com/raise-isayan/TunProxy.git
cd TunProxy
chmod -R 3434:3434 android_app
docker run --rm -ti -v $PWD/android_app:/home/circleci/project  cimg/android:2022.04  bash 
$ ./gradlew build

@dsultanr
Copy link

$ gradlew build

this should be

./gradlew build

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

6 participants