我怎样才能在android运行时获得Snap巨龙芯片的架构?
我不知道该怎么做。
谢谢。
发布于 2014-10-27 17:14:50
试着使用:
String arch = System.getProperty("os.arch");
这里是System.getProperty()参数的完整列表。
System.getProperty()
https://stackoverflow.com/questions/26592934
相似问题