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
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:34:10 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 07:51:50 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-05-13 11:49:42 -07:00
2024-04-16 16:00:09 -07:00
2024-05-07 15:45:12 -07:00
2024-05-07 15:45:12 -07:00
2024-05-07 15:45:12 -07:00
2024-05-13 15:38:29 -07:00

Android NDK Samples

build

This repository contains sample apps that use the Android NDK.

Build and run

  1. Clone the repository
  2. Open the whole project in Android Studio
  3. Select the sample you want to run in the top bar (you may need to sync gradle first)
  4. Click the play button to run the sample

You can also build the samples from the command line if you prefer. Use ./gradlew build to build everything (if you're on Windows, use .\gradlew.bat instead of ./gradlew). For individual tasks, see ./gradlew tasks. To see the tasks for an individual sample, run the tasks task for that directory. For example, ./gradlew :camera:basic:tasks will show the tasks for the camera/basic app.

Additional documentation

Support

If you've found an issue with a sample and you know how to fix it, please send us a PR!.

If you need to report a bug, where it needs to be filed depends on the type of issue:

For questions about using the NDK or the platform APIs, you can ask on:

Additional NDK samples:

License

Copyright 2018 The Android Open Source Project, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

LICENSE

Description
No description provided
Readme Apache-2.0 100 MiB
Languages
C++ 92.2%
Java 3.4%
C 2.9%
GLSL 0.6%
CMake 0.5%
Other 0.4%