简体   繁体   English

Android Studio C ++ NDK支持

[英]Android studio c++ ndk support

One of my friends suggested to use c++ support in Android studio in order to hide passwords. 我的一位朋友建议在Android Studio中使用c ++支持以隐藏密码。 I have found tons of tutorials how to get started with ndk in android. 我发现了大量的教程,介绍了如何在Android中使用ndk。 But they are all outdated(2015) and everytime I try to use c++ in any way, Android studio crashes. 但是它们都已经过时(2015年),每次我尝试以任何方式使用c ++时,Android Studio都会崩溃。 Is there any way to do it in a simpler way now? 现在有什么方法可以更简单地做到这一点吗? PS/ I want to get rid of experimental plugin that every one uses. PS /我想摆脱每个人都使用的实验性插件。

Little off the question, storing passwords in the native layer does not ensure complete safety. 毫无疑问,将密码存储在本机层中并不能确保完全的安全性。 A good hacker can get that as well. 一个好的黑客也可以做到这一点。 It is just that you add another additional layer so one has to dig deeper 只是您添加了另一层,所以必须深入研究

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM