user3043703
user3043703

Reputation: 53

NDK64 and NDK32 r10

I just saw the 10th release of the Android NDK and I don't understand exactly the new split of the packages for each platforms (Windows or Linux for 32 and 64 bit versions, for every one of these there are two packages now). Since three new platforms have been added (arm64-v8a, x86_64 and mips64), ndk32 packages are required to target 32 bit versions of Android and ndk64 target the new 64 bit versions? I hope someone will help me understand this new division between the packages, thanks.

Upvotes: 3

Views: 1783

Answers (2)

user3043703
user3043703

Reputation: 53

The problem is definitively resolved since with the latest two releases they offer unified packages for every platforms.

Upvotes: 0

Cookster
Cookster

Reputation: 1463

I was confused also.

I interpreted it as harsim said, that is:
(32-bit target) indicates the target android device is 32-bit.
(64-bit target) indicates the target android device is 64-bit.

Upvotes: 5

Related Questions