Hello, Yesterday i update my eclipse to the last version of Android. Then I created a new project and run it. The compilation is ok, but few second after Eclipse displays the message: "Your project contains error. Please fix them..." Notice, i do not change anything in the generated project (I used the Android wizard to create it). Stranger, in the Eclipse views "Error Log" and "Problem" there are no message, nothing, not a line, nada, void. Worst, my previous project runs like they ever do... Anyboody else facing such issue? Somebody have an idea how to fix that?
Some remarks: 1)There is no class file generated in my Bin folder. So I go in the window explorer and change the read only and security parameters of the folder. I do a clean and update, the bin classes are generated in bin\classes but my folder com (my package begins by com...) still doesn't exist. So I copy paste them from bin\classes to bin. Then I launch, and the usual same strange message "Your project contains error(s), please fix them before running the application."The generated apk is 0K size.Any idea? 2)Another element, when i create the project i have the following error log: Failed to load properties file for project 'AndroidTest' No stack trace associated to com.android.ide.eclipse.adt If I try to open the file within Eclipse i have an out of synch message, I have to open it using windows and then go back in eclipse to see the file. 3)I have change my eclipse (i installed indigo, i was using galilleo), i used older sdk. But problem is still there. Env:Windows 7, Eclipse Indigo (but with Galileo it's the same). When I do a run As Android Application, here is the console trace: [2011-12-01 14:31:12 - AndroidTest] Refreshing resource folders. [2011-12-01 14:31:12 - AndroidTest] Starting incremental Pre Compiler: Checking resource changes. [2011-12-01 14:31:12 - AndroidTest] Nothing to pre compile! [2011-12-01 14:31:12 - AndroidTest] Starting incremental Package build: Checking resource changes. [2011-12-01 14:31:12 - AndroidTest] Skipping over Post Compiler. [2011-12-01 14:31:12 - AndroidTest] Starting full Post Compiler. [2011-12-01 14:31:12 - AndroidTest] D:\Eclipse \eclipsex64_indigo_Android\android-sdk\platform-tools\aapt.exe package -v -S D:\EclipseWorkspaceTutoAndroid\AndroidTest\bin\res -S D: \EclipseWorkspaceTutoAndroid\AndroidTest\res -f --no-crunch --auto-add- overlay --debug-mode -M D:\EclipseWorkspaceTutoAndroid\AndroidTest \AndroidManifest.xml -A D:\EclipseWorkspaceTutoAndroid\AndroidTest \assets -I D:\Eclipse\eclipsex64_indigo_Android\android-sdk\platforms \android-10\android.jar -F D:\EclipseWorkspaceTutoAndroid\AndroidTest \bin\resources.ap_ [2011-12-01 14:31:20 - AndroidTest] Using 'C:\Users\Celine\.android \debug.keystore' to sign package [2011-12-01 14:31:20 - AndroidTest] Using keystore: C:\Users\Celine \.android\debug.keystore [2011-12-01 14:31:20 - AndroidTest] Build Success! -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
