# Updating the Android NDK in Rust 1.68 | Rust Blog

> Clean Markdown view of GeekNews topic #8241. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8241](https://news.hada.io/topic?id=8241)
- GeekNews Markdown: [https://news.hada.io/topic/8241.md](https://news.hada.io/topic/8241.md)
- Type: news
- Author: [ragingwind](https://news.hada.io/@ragingwind)
- Published: 2023-01-12T22:27:55+09:00
- Updated: 2023-01-12T22:27:55+09:00
- Original source: [blog.rust-lang.org](https://blog.rust-lang.org/2023/01/09/android-ndk-update-r25.html)
- Points: 4
- Comments: 1

## Topic Body

Rust 1.68 에서는 최신 안드로이드 NDK 를 지원합니다. NDK r17 에서 r25 로 변경 됨에 다라서 최소 API 버전도 15 (Ice Cream Sandwich) 에서 19 (KitKat) 으로 증가 했습니다. NDK r23 이상을 사용하는 경우 LLVM 의 libunwind 를 기본적으로 지원하기 때문에 기존의 회피방법은 사용하지 않아도 됩니다.

## Comments



### Comment 14229

- Author: zoehigh
- Created: 2023-01-15T12:40:49+09:00
- Points: 1

이것 때문에 몇일 고생했는데 잘되었네요. ^^
