Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Twilio SDKサンプルのHelloMonkeyを試しましたが、アプリが失敗し、例外が発生しました: NoClassDefError trying to instantiate com.twilio.example.hellomonkey.MonkeyPhone. エクリプスを使用しています。何が問題なのですか?
NoClassDefError trying to instantiate com.twilio.example.hellomonkey.MonkeyPhone
デフォルトのプロジェクト設定では、すべての Android 依存関係が選択されるわけではありません。Eclipse でプロジェクトを選択し、右クリックして [プロパティ] -> [Java ビルド パス] を選択します。[注文とエクスポート] タブを選択し、すべての Android 依存関係を選択します。また、「gen」パスを「src」の上に移動します。アプリケーションをビルドして起動する