New to Droid... Evil build & debug issues.... Please help

I have a couple of iOS projects… I figured it would be fun (not so much so far) to try and port them to Droid.
I am building on win7 PC with latest Droid SDK and libs (installed yesterday Dec 3rd) unity 4.6
using Galaxy S3

Running Eclipse,
I have Dev, and script debugging options checked in unity.
I have Kies installed and running.
Never seen a debug print message yet in eclipse
do I need to do something special to enable that, or perhaps run another app ?

I got a small project building and running on S3, by manually copying apk to file system. But without debug prints showing up anywhere…

Do droid apps write to a log on the device I can open with a text editor ? if so, where are they please ?

But my main 2 larger projects, one will build, but crash immediately on device within .5 seconds.
The other wont build, with this manifest error, see below… (even after deleting the manifest file, so unity makes a fresh one…)

any ideas about this build error ?

Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.
C:\AndroidSDK\sdk\build-tools\21.1.1\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S “res” -I “C:/AndroidSDK/sdk/platforms/android-21\android.jar” -F bin/resources.ap_

stderr[
res\values\styles.xml:9: error: Resource entry Theme.transparent already has bag item android:windowNoTitle.
res\values\style.xml:4: Originally defined here.

res\values\styles.xml:10: error: Resource entry Theme.transparent already has bag item android:windowContentOverlay.
res\values\style.xml:5: Originally defined here.

res\values\styles.xml:11: error: Resource entry Theme.transparent already has bag item android:backgroundDimEnabled.
res\values\style.xml:6: Originally defined here.

res\values\styles.xml:13: error: Resource entry Theme.transparent already has bag item android:background.
res\values\style.xml:7: Originally defined here.

]

Any thoughts, ideas, or links to recommended help pages are appreciated.
Thanks in advance.

ok got debug prints working… in eclipse… add this window…
Window->Show View->Other… then folder, ->Android->LogCat
no idea why this inst up as default or in the docs though…
Still no luck with the compile bugs though…
anyone ?

ok fixed compile bugs… deleted the /Pluguns/Android/Res folder… had old/bad icon image paths, tha had been removed / edited out of the project. Unity re-generates the /res folder.

discovered a few things… and some omissions from various unity/droid setup docs… here are a few notes to help other droid newbys like me…
(I’m not posting detailed info on how to do each… you can google that, but just posting notes on some things not to forget to do!)
Same steps apply to both mac and PC

1)don’t forget to install Java JDK (not JDK for arm) and match the OS version to your machine 32 or 64 bit. At time of writing this 7.1 works, I didn’t try 8. Its on the oracle site.
2)install Eclipse
3)install Android SDK (and beware of the windows path too long error from .zip file, right click and copy instead of using win zip to extract worked for me)
4)Setup the environment variables JAVA_HOME and your bin folder in the PATH.
5)Don’t forget to install drivers for your device (for samsung, find the app ‘kies’)
6)To get Eclipse to show any debug prints, you need to add “logcat” to the tabs in eclipse.
7)Don’t forget to point unity to the android SDK in unity prefs.