---
title: "Does android support any other language other than java?"  
description: "Does android support any other language other than java?"  
author: "Anonymous User"  
published: 2015-03-10  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2343/does-android-support-any-other-language-other-than-java  
category: "android"  
tags: ["android", "android ndk"]  
reading_time: 1 minute  

---

# Does android support any other language other than java?

Yes, android app can be developed in **C/C++** also using **android NDK (Native Development Kit)**. It makes the performance faster. It should be used with android SDK.

## Answers

### Answer by Anonymous User

Yes, android app can be developed in **C/C++** also using **android NDK (Native Development Kit)**. It makes the performance faster. It should be used with android SDK.


---

Original Source: https://www.mindstick.com/interview/2343/does-android-support-any-other-language-other-than-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
