Android Tutorial & Lessons 4: More XML and reference background
Uploader Comments (CornboyzAndroid)
Video Responses
All Comments (58)
-
Dude your awesome!! Thanks for the videos man!
-
@1983Jamar did you ever find the solution to this error? Can't find anything in the comments.
-
When I select text or move from 1 line to other, my text changes, dont know what is happening :(
-
i think you meant java script and not javascript
-
@waluhkuning i answer my own question, YESS!!.. it has affect!! :)
-
is picture size affect? i mean i try to ref the background with my pic but it always error, it say "Must start with #"
-
how do i make a comment in xml
-
Please Help!
I'm using Win7 64bit with Eclipse Helios 3.6.2. I got Everything setup as you have showed. I'm able to load the Emulator and emulator shows default information.
When I try to build after adding background using run as-> Android Application then 1) console shows no errors 2) Emulator will open with the default settings. It will not load background(app). It happens with other example apps as well. Any ideas why? Thanks
-
I am getting this error in front of the first text view:
Multiple annotations found at this line: - The value of attribute "android:background" associated with an element type "LinearLayout" must not contain the '<' character.
And it won't let me run it, please help, thanks in advance.
-
I get this message when I try to apply the "new" script (button)
"attribute is missing the android namespace prefix"
How do I solve this problem? thanks in advance
please help i try to create a new android project and then...
com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Unable to read C:\android-sdk-windows\samples\android-8\AndroidManifest.xml: java.io.FileNotFoundException: C:\android-sdk-windows\samples\android-8\AndroidManifest.xml (The system cannot find the file specified)
PedSet 5 months ago
@PedSet try downloading/installing the java JRE. Also I would suggest following the my other series on mybringback
CornboyzAndroid 5 months ago
hey can you send me your project, Right click>Export...> Go into the gen folder, and click file archive and then send it to cornboyzandroid@gmail.com
CornboyzAndroid 10 months ago
hey evertime i try to reference my pic. i lose my r.java file
1983Jamar 10 months ago
@1983Jamar you probably have your image (or a different resource) misnamed. What I mean by that, is that if you have your image named Mypicture.jpg it will delete your project, but if you change it to mypicture.jpg and clean the project it should rebuild your R.java. So just make sure all your resources are lowercase and you dont have any crazy symbols or spaces, etc. hope that helps
CornboyzAndroid 10 months ago