-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Sample App Works #55
Sample App Works #55
Conversation
526ca1c
to
6518697
Compare
Looks good to me, I say merge it! Nice initiative too! I really appreciate seeing things like this being maintained. |
For sure, I think it would be worthwhile to have a more developed sample app and move it out of this repository. That way it could have documentation about how to make something with the libraries here and people who are just interested in that can see a very simple codebase. I ended up wanting to run the sample because I've been trying to toy around with a version of tor-android that uses arti instead of c tor |
yeah, a well developed example would be good to have. In one sense, the Tor
Services app is a version of that.
I also think it still makes sense to keep this example here and keep it as
simple as possible. It is the "getting started" example.
|
Turns out that this broke the build in CI: |
"NDK Side-by-side" packages are installed into $ANDROID_SDK_ROOT/ndk/ without the trailing "s": Android's sdkmanager was warning: Warning: Observed package id 'ndk;21.3.6528147' in inconsistent location '/opt/android-sdk/ndks/21.3.6528147' (Expected '/opt/android-sdk/ndk/21.3.6528147') closes guardianproject#55
I wrote a comment explaining what's going on here in #58 |
"NDK Side-by-side" packages are installed into $ANDROID_SDK_ROOT/ndk/ without the trailing "s": Android's sdkmanager was warning: Warning: Observed package id 'ndk;21.3.6528147' in inconsistent location '/opt/android-sdk/ndks/21.3.6528147' (Expected '/opt/android-sdk/ndk/21.3.6528147') closes guardianproject#55
This stays with OpenJDK 8 for now. closes guardianproject#55
"NDK Side-by-side" packages are installed into $ANDROID_SDK_ROOT/ndk/ without the trailing "s": Android's sdkmanager was warning: Warning: Observed package id 'ndk;21.3.6528147' in inconsistent location '/opt/android-sdk/ndks/21.3.6528147' (Expected '/opt/android-sdk/ndk/21.3.6528147') closes guardianproject#55
"NDK Side-by-side" packages are installed into $ANDROID_SDK_ROOT/ndk/ without the trailing "s": Android's sdkmanager was warning: Warning: Observed package id 'ndk;21.3.6528147' in inconsistent location '/opt/android-sdk/ndks/21.3.6528147' (Expected '/opt/android-sdk/ndk/21.3.6528147') closes guardianproject#55
This stays with OpenJDK 8 for now. closes guardianproject#55
"NDK Side-by-side" packages are installed into $ANDROID_SDK_ROOT/ndk/ without the trailing "s": Android's sdkmanager was warning: Warning: Observed package id 'ndk;21.3.6528147' in inconsistent location '/opt/android-sdk/ndks/21.3.6528147' (Expected '/opt/android-sdk/ndk/21.3.6528147') closes guardianproject#55
This stays with OpenJDK 8 for now. closes guardianproject#55
"NDK Side-by-side" packages are installed into $ANDROID_SDK_ROOT/ndk/ without the trailing "s": Android's sdkmanager was warning: Warning: Observed package id 'ndk;21.3.6528147' in inconsistent location '/opt/android-sdk/ndks/21.3.6528147' (Expected '/opt/android-sdk/ndk/21.3.6528147') closes guardianproject#55
This stays with OpenJDK 8 for now. closes guardianproject#55
The sample app in this project has always been very barebones, but I noticed it wasn't kept up to date and wasn't working at all.
The first commit here gets the project to build on a fresh clone of this repository. The second gets the app running again, while updating libraries to latest tor-android, and generally updating the app's code to look like a more modern Android app.
This commit is the bare minimum to get it working again.