誰でもデバッグ方法を知っているAndroidスタジオ?Androidスタジオでデバッグスタックトレースをコンパイルする方法
私のプログラムは、例外により実行
app:compilejavac.
そしてそれはdebug or stacktrace for more info
を使うと言うことができませんでした。私を助けてください。現在実行中のプロジェクトだけが正常に動作している他のすべてのアプリケーションにはこのエラーがあります。
The error message is that :
The error is that: /Users/hexinhao/AndroidStudioProjects/zhbj77/app/build/generated/source/r/debug/com/jikexueyuan/zhbj75/R.java:2431: 错误: 需要';'
public static final int news_center-body_text=0x7f0c0089;
^
/Users/hexinhao/AndroidStudioProjects/zhbj77/app/build/generated/source/r/debug/com/jikexueyuan/zhbj75/R.java:2431: 错误: 需要<标识符>
public static final int news_center-body_text=0x7f0c0089;
^
2 个错误
:app:compileDebugJavaWithJavac FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output
Android Studioで[デバッグを実行]メニューがあります。スタックトレースは、Android Studioの一番下にあります。 –
コードを書式設定しました。取得しているエラーを追加してください。 –
私はアンドロイドスタジオをMac上で使用しています.Stactraceがアンドロイドスタジオの設定に行き、コンパイラを選択してから--stacktrace --debugをコマンドラインオプションに追加する必要があります。そのスタックトレース情報は、プログラムをデバッグするたびに印刷されます。 –