Skip to content

mtdswz/android-ndk

This branch is 313 commits behind android/ndk-samples:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 23, 2017
Mar 7, 2017
Aug 22, 2016
Jun 20, 2017
Jun 14, 2017
May 17, 2017
Mar 7, 2017
Mar 7, 2017
Mar 7, 2017
Mar 7, 2017
Mar 7, 2017
Jun 20, 2017
Mar 7, 2017
Mar 7, 2017
Mar 7, 2017
Jun 20, 2017
Jun 20, 2017
Mar 31, 2017
Mar 7, 2017
Jun 20, 2017
Jun 20, 2017
Sep 22, 2016
Jun 8, 2016
Nov 17, 2015
May 19, 2015
Feb 22, 2017
May 10, 2016

Repository files navigation

NDK Samples Build Status Build status

This repository contains Android NDK samples with Android Studio C++ integration.

These samples uses the new CMake Android plugin with C++ support.

Additional Android Studio samples:

Known Issues

  • Some are documented at Android Studio page
  • For native application, editing some gradle properties [like sdk version] from Android Studio UI is not supported

For samples using Android.mk build system with ndk-build see the android-mk branch.

Build Steps

  • With Android Studio: use "Import Project(Eclipse ADT, Gradle, etc)" or "File" > "Import Project" option
  • On Command Line/Terminal: make sure set up ANDROID_HOME and ANDROID_NDK_HOME to local installation of SDK and NDK, then go to individual sample dir, and use "gradlew assembleDebug"

Support

If you've found an error in these samples, please file an issue.

Patches and new samples are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.

License

Copyright 2015 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

http://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

About

Android NDK samples with Android Studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.0%
  • C 9.6%
  • Java 4.6%
  • CMake 0.7%
  • Makefile 0.5%
  • GLSL 0.3%
  • Other 0.3%