39 Commits

Author SHA1 Message Date
Dan Albert
65e4ae2dae Point at DAC instead of duplicating docs.
We have the more refined version of this information on DAC now.
2025-10-03 15:47:15 -07:00
Dan Albert
aa52693f43 Remove obsolete, duplicate, and useless docs.
License text, setup instructions, and support info do not need to be
duplicated into every README, since they're already in the top-level
README. They were originally in each sample because the samples used to
each be separate Android Studio projects with different requirements
that could be checkout out independently in Android Studio. This is no
longer the case.

Most of the docs also included text along the lines of "This sample uses
the new Android Studio with CMake support", which hasn't been new since
2015, so doesn't really need to be said.

The prerequisites were mostly not true. Android Studio is not required
for any of this. Cloning the repo and running `./gradlew build` is
sufficient to build all the samples. They also were not being kept
up-to-date at all, since they mostly said "Android Studio 2.2 or newer",
which was definitely not true. I'm not what the oldest version of
Android Studio that will work here is, but I don't actually test
anything but the latest so claiming anything otherwise is just
misleading.

I haven't pruned or edited any of the real content of the docs. I'm sure
there are plenty of edits to be made there and a lot of expansion to do,
but those changes will be less mechanical and will happen separately.
2025-09-25 20:41:14 +00:00
Dan Albert
59791f25df Add (and require) version scripts for everything. 2025-09-23 18:45:09 +00:00
Dan Albert
1ee099f9f7 Document the reason for using RegisterNatives. 2025-09-22 20:33:11 +00:00
Dan Albert
c16975bc71 Add manual CMake install instructions to the README. 2025-09-05 13:52:34 +00:00
Trevor Johns
9d38db97bd Move build status badge in README
Move build status badge down into the "Build and Run" section to avoid
it being pulled in as part of the repository description by automation.

Bug: 350055171
2024-09-19 11:24:17 -07:00
Dan Albert
92d8a75a50 Add an ARCHITECTURE.md. 2024-05-14 10:31:58 -07:00
Dan Albert
587ec9613a Warn about production quality in the readme.
We should fix this, but for now let's be honest.
2024-05-13 15:53:58 -07:00
Dan Albert
522c570fe7 Improve the README.
Some of this is quite old. Links to YouTube videos from 2015 and
websites that don't exist any more aren't so useful. Update and
rearrange.

Still lacking is an ARCHITECTURE.md that explains the repo layout. I'll
do that next.
2024-05-13 15:38:29 -07:00
Dan Albert
9466ee418d Really fix the status badge.
It was wrong twice before (path and workflow name). I only fixed the
workflow name last time. Also add the missing "actions" path component.
2024-05-13 15:07:23 -07:00
Dan Albert
8dd0c7c4c0 Fix status badge. 2024-05-13 11:34:00 -07:00
James Farrell
e73d5df22b Add mdformat pre-commit, and format all markdown. (#921) 2022-12-13 13:55:06 -06:00
Joseph Ryan
87ae9bff54 Update README.md (#788) 2021-04-06 07:40:58 -07:00
I-CAT
7f0444dbfc Update README.md (#785)
Fixed insecure http urls with secure https urls in repo's README.md
2021-04-01 17:42:50 -07:00
Gerry
8203689f6e Switching to github Action for CI (#770)
Enable github Action for CI, removing travis ci as it is migrating away
2021-02-02 12:15:22 -08:00
gfan
f3570c29d4 Remove wrapper from teapots/image-decoder sample 2020-04-23 12:42:59 -07:00
Gerry
a72a345630 minor doc update (#677) 2019-12-10 12:41:14 -08:00
Gerry
13f92b9eb4 Some minor updates for ci scripts (#671) 2019-12-02 16:44:49 -08:00
gfan
a00d6b1e1a Fix sample audio clip link for native-audio 2018-08-09 16:10:52 -07:00
Rushi Bhatt
1ee2eae7ba typo in readme 2018-07-27 01:22:09 +05:30
gerry
fea8fc7bc6 Prepare for ndk-r18 release 2018-07-14 07:18:53 -07:00
dhudson
037e51c502 Fixed typos in README.md 2018-01-04 16:58:49 -05:00
guanghuafan
1ad4d0903e add abspath workaround for windows ndk-build projects
tested: Windows & Mac OS
2017-11-29 15:47:47 -08:00
guanghuafan
96a8d9f6c4 Integrate changes from PR-325 2017-10-31 14:53:03 -07:00
Phillip Oertel
20c21ce06d Fix an outdated link in README.md
http://tools.android.com/tech-docs/external-c-builds has a redirector gadget. The gadget is broken, but the source has a reference to https://developer.android.com/studio/projects/add-native-code.html, so I guess that's the right place.
2017-02-21 16:58:38 -08:00
guanghuafan
36c1ed3389 Port Courtney's fix of vertex attribute for gles3init 2016-10-12 15:59:11 -07:00
guanghuafan
c6f78d2eae Fix Readme.md issues and other minor modifications 2016-09-19 12:23:34 -07:00
guanghuafan
1aaccfa48e Add a few more samples:
audio-echo
   bitmap-plasma
   MoreTeapot
   choreographer
   gles3jni
   hello-gl2
   native-audio
   native-codec
   native-media
   native-plasma
   san-angeles
   sensor-graph
2016-06-07 23:25:54 -07:00
guanghuafan
732b622d8a Update README, adding REFERENCE.md to document debugging configurations 2016-05-09 18:05:44 -07:00
guanghuafan
0d09ba0a19 Update master README.md file for known issues 2016-05-05 15:27:21 -07:00
guanghuafan
3676d46761 update hello-libs to 0.7.0-rc1 2016-04-24 19:13:45 -07:00
guanghuafan
bc23867201 Add links to other android studio samples on github:
google play games, vulkan samples and tutorials
2016-04-22 08:52:23 -07:00
Johan Euphrosine
62e8b660d3 README: add link to gradle experimental docs 2016-02-01 13:57:56 -08:00
Johan Euphrosine
f1ade6a467 README: adding appveyor badge 2015-09-04 10:45:53 -07:00
Johan Euphrosine
cccc7db076 Merge pull request #7 from proppy/add-travis
travis: enable for all gradle project
2015-06-25 17:36:17 -07:00
Johan Euphrosine
35db057e50 README: link to android-mk branch 2015-06-25 15:14:56 -07:00
Johan Euphrosine
cb233738ce README: move badge close to title 2015-06-18 14:17:21 -07:00
Johan Euphrosine
e1441de3fe README: add travis badge 2015-06-18 14:16:17 -07:00
Johan Euphrosine
ec28c0168e androidndk/core: add LICENSE and README
Change-Id: I1a0b9d8e3badc78459141bfa4692e83cc021e80f
2015-05-19 15:07:40 -07:00