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.
私はnetbeansでAndroidアプリを開発しています。たとえば、ボタンのクリックに System.out.println("Hello World") を追加すると、どこにも出力されません。基本的なものが欠けていますか?
これは、例外がスローされているかどうかを確認できないことも意味します。私のアプリが機能する場合は機能し、そうでない場合は「ブラインド」を開発しています。ヘルプ?
Android では、これらすべてがデバイス上の logcat に送られます。netbeans でそれがどのように表示されるかはわかりませんが、何らかの方法で adb logcat に接続する必要があります。