我在Windows 32位中遇到了这种错误。
create_table :posts do |t|
t.references :post_type
t.json :data
...
end
// ... no table :post_values
如何解决?
答案 0 :(得分:2)
答案 1 :(得分:0)
https://github.com/android-ndk/ndk/issues/33
您需要导入android/cpufeatures
,而不是cpufeatures
。