Always forgetting web-site passwords? Then, DataVault for Android is the application for you.
Here is a link to the lite version. This version is free to try for 4 weeks.
And finally, here is a link to the full version.
Hi all. In this post I will try and share my pain, if you know what I mean!
Here are some common error messages thrown by Android and their possible causes and resolution:
- warning: found plain 'id' attribute; did you mean the new 'android:id' name?
Means that your XML file has a plain id="..." somewhere. Please replace with android:id - error: Error parsing XML: unbound prefix. This is a compile time error message that means that tour Tag is missing the namespace. Please add : xmlns:android="http://schemas.android.com/apk/res/android" to your start tag.
-
Tip: To install ringtones into the emulator, create an /sdcard/media/audio/ringtones folder and then adb push
/sdcard/media/audio/ringtones. - If you get an error message like 'Error packaging final program: debug key expired on <date>, then simply rename the debug.keystore file. You can find the location of this file in the eclipse IDE from Windows/preferences/android/build.