Dan Albert

Results 430 comments of Dan Albert

I actually figured out the user-side fix for this a while ago and just forgot to mention is here: https://github.com/DanAlbert/ndk-app-template/blob/2a6716bdb1b393586b646d3e2ba0930230732bda/app/src/main/cpp/CMakeLists.txt#L4-L6 Leaving this open because we should probably set that up...

(it's not yet clear if we can actually set this without _enabling_ it, and we don't want to force it on by default, so it might end up as a...

https://android-review.googlesource.com/c/platform/ndk/+/3038133. Will cherry-pick to r27 since that also shaves about half a GB off the install size. We had some code that stripped those (the toolchain you give me has...

I'm guessing this was done for the same reason we do this in ndk-build: we always build a debugable binary but strip the debug info for the APK. I've sent...

Yeah, sounds like Studio is expecting this. If you're using cmake via gradle, gradle will strip the debug info when you package the app. If you're not using gradle, you'll...

Closed for now, but if there's enough demand for this (I assume the case here is people using cmake and custom packaging tools rather than gradle), it should probably be...

I've followed up on the email I sent earlier. All makes sense to me, but unfortunately it isn't my decision.

Alright, looks like Studio is going to start using `RelWithDebInfo` in a future release (I think it's too late for 2.3 at this point). They've opened a bug for their...

Looks like https://issuetracker.google.com/37128614 was fixed so now we need to wait for that version of AGP to release and decide on a compatibility window (whatever NDK we change this in...

Not the topic of the thread. Assuming you've already tried passing `-DCMAKE_RELEASE_TYPE=Release` and it didn't work, you'll have to ask Android Studio (http://b.android.com). Generally speaking we know less about Android...