質問編集履歴
2
title
CHANGED
File without changes
|
body
CHANGED
@@ -45,7 +45,7 @@
|
|
45
45
|
/** timer. */
|
46
46
|
Timer timer;
|
47
47
|
/** It displays a number. */
|
48
|
-
TextView tv;
|
48
|
+
TextView tv; /19行目
|
49
49
|
/**The number of times change the text.*/
|
50
50
|
int kutisu;
|
51
51
|
/**Max number.*/
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
タイトルの通り、Attempt to invoke virtual method on a null を解決したいです。
|
2
2
|
|
3
|
-
##ソースとログ
|
3
|
+
##ソースとログ
|
4
4
|
以下Logです:
|
5
5
|
```java
|
6
6
|
03-22 16:09:13.525 17928-17928/com.kitunebi.sunsolararrow.flashanzan E/AndroidRuntime: FATAL EXCEPTION: main
|
@@ -106,6 +106,4 @@
|
|
106
106
|
</RelativeLayout>
|
107
107
|
```
|
108
108
|
|
109
|
-
`android:id="@+id/set"`と書いたのですが、エラーが出ています。また、[これ]
|
109
|
+
`android:id="@+id/set"`と書いたのですが、エラーが出ています。また、[これ](https//teratail.com/questions/34048)を見ましたが原因が違いそうです。(もしも原因が一緒ならすみません)
|
110
|
-
|
111
|
-
[teratailq]: https://teratail.com/questions/34048
|