spark85 / androidlogcatviewer

Automatically exported from code.google.com/p/androidlogcatviewer
0 stars 0 forks source link

Can not compile without Eclipse #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
(*) What steps will reproduce the problem?
1. put all LogcatRecorder src files under android src code tree, manually add 
an Android.mk
2. change directory to LogcatRecorder, type "mm" to make current module

(*) What is the expected output? What do you see instead?
LogcatRecorder can be compiled successfully.

(*) What version of the product are you using? On what operating system?
URL: http://androidlogcatviewer.googlecode.com/svn/trunk
Repository Root: http://androidlogcatviewer.googlecode.com/svn
Repository UUID: 609fe8e1-9fb7-c33a-c11a-acea2f871f70
Revision: 53
Node Kind: directory
Schedule: normal
Last Changed Author: m41m41.a@gmail.com
Last Changed Rev: 53
Last Changed Date: 2012-05-05 17:46:30 +0800 (Sat, 05 May 2012)

(*) Please provide any additional information below.
Compile error message.
LogcatRecorder/res/layout/main.xml:27: error: Error: This attribute must be 
localized. (at 'text' with value 'Save path:').
LogcatRecorder/res/layout/main.xml:33: error: Error: This attribute must be 
localized. (at 'text' with value 'Save on boot').
LogcatRecorder/res/layout/main.xml:38: error: Error: This attribute must be 
localized. (at 'text' with value 'Start recording').

It's a better idea to put such kind of "text" into string.xml. Thanks.

Original issue reported on code.google.com by yuyezh...@gmail.com on 8 Oct 2013 at 2:53

GoogleCodeExporter commented 8 years ago
Correct typo error:
(*) What is the expected output? 
LogcatRecorder can be compiled successfully.

(*) What do you see instead?
Compile fail.

Original comment by yuyezh...@gmail.com on 8 Oct 2013 at 5:12