如何在Windows中设置NDK环境变量?

时间:2016-09-20 10:19:03

标签: android android-ndk

我在Windows 32位中遇到了这种错误。

create_table :posts do |t|
  t.references :post_type
  t.json :data
  ...
end
// ... no table :post_values

如何解决?

2 个答案:

答案 0 :(得分:2)

执行以下操作,希望有所帮助:

1-右键单击“我的电脑”,选择“属性”,或按“Windows +中断”: enter image description here

2-选择高级系统设置,然后选择环境变量: enter image description here

3-选择Path变量,然后按Edit: enter image description here

4-将NDK目录路径添加到列表中,如下图所示: enter image description here

按确定,然后关闭所有打开的窗口。

答案 1 :(得分:0)

https://github.com/android-ndk/ndk/issues/33

您需要导入android/cpufeatures,而不是cpufeatures