guruetechnology / electricsleep

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

Cannot build in Eclipse 3.6.1 #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of ElectricSleep are you using?

HEAD from SVN

On what android device and android version?
NA - wouldn't build

What steps will reproduce the problem?
1.Check out 
2. Import to Eclipse; build platform Android 2.2, Java Compiler 1.6
3. Clear and Build

What is the expected output? What do you see instead?

A lot of resource-related errors, like 

a) W/ResourceType(11292): Bad XML block: header size 249 or total size 11337924 
is larger than data size 0
b) ElectricSleep\res\values\strings.xml:241: error: Multiple substitutions 
specified in non-positional format; did you mean to add the formatted="false" 
attribute?
c) ElectricSleep\res\layout\activity_home.xml:8: error: No resource identifier 
found for attribute 'onClick' in package 'android' - a lot of these...

Please provide any additional information below.

 1) I have not installed "com.stateofflow.eclipse.metrics.MetricsBuilder" - is it required?

 2) I successfully built and ran AChartEngineDemo project

Original issue reported on code.google.com by vladi...@calmforce.com on 4 Feb 2011 at 10:14

GoogleCodeExporter commented 8 years ago
I think you downloaded from the trunk. Switch to beta. I have been building 
against 2.3 also, so building against a lower platform probably won't work 
anymore.

Original comment by jondwil...@gmail.com on 5 Feb 2011 at 1:38