-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Classify the mixed and Cofused android samples #119
base: master
Are you sure you want to change the base?
Conversation
make those android samples tidy and easy to get and use。
Thanks! That's looking good, but Google itself doesn't support Eclipse anymore, so I feel a sample with Android Studio would be better. Would you have time for that? |
i will do that later。 But time may be weekend。 |
That's not the point: Eclipse ADT is dead. It won't work with the next version of Android. Besides, with Android Studio, we don't need to include binaries in the source repository. It's better than Eclipse ADT overall. |
That is the trend. It's true. So,You see,it is always true that Eclipse project should come first anyway,especially under the circumstances that time is limited. |
Ok, could you at least find a way to remove the binary files? Those don't belong in a source repository. Thanks! |
OK,I will try。In fact,those so files come from jar files that name like 'xxx-arm.jar'。 |
reduce apk file greatly
What I meant was: Could you try to remove the binary files, but still keep the project itself functional? Now, if we build the project, it doesn't work, because the binary files are missing. It would be nice to find a way to have them downloaded automatically. Android Studio can do that. I'm sure not we can with Eclipse ADT, but maybe we can add a script file or something to facilitate the installation. Let me know if you figure out something, thanks! |
Thanks for reply. Before I start my work today,I have something to confirm:
|
I'm talking about something like this: In any case, I thought instead we could create a new "android-projects" repo here: |
I agree with you |
Great! Sorry for the delay. I've finally created a repo named "sample-projects": |
I'm still waiting for your pull request to the https://github.com/bytedeco/sample-projects repository. I will merge it in as soon as I get it, thank you! |
dd3b19d
to
d267c5f
Compare
make those android samples tidy and easy to get and use。