我有一个名为test.rb的ruby脚本文件。
该文件包含以下两个require语句:
require 'oauth'
require 'HTTParty'
我之前已经安装了两个宝石。
在终端中运行 ruby test.rb 时出现以下错误:
/opt/rubies/ruby-2.0.0-p598/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
中require': cannot load such file -- HTTParty (LoadError) from /opt/rubies/ruby-2.0.0-p598/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
需要” 来自test.rb:2:在''
这里有什么不妥?
答案 0 :(得分:1)
案件很重要。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:weightSum="3"
android:orientation="horizontal">
<View
android:id="@+id/thirdView"
android:layout_height="wrap_content"
android:layout_width="0dp"
android:layout_weight="1" />
</LinearLayout>