// textView is the TextView view that should display it
textView.setText(currentDateTimeString);
error ที่พบ :
Code
C:\MyApplication3\app\src\main\java\com\example\helloworld\myapplication\MainActivity.java
Error:(30, 84) error: cannot find symbol class Date
Error:(30, 40) error: cannot find symbol variable DateFormat
Error:(33, 9) error: cannot find symbol variable textView
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.