Hello,
I have 3 editText fields in my app. By filling the fields from a selection list I have a frame around the actual field. This coloring is kept even I use another another button with another command. How can I suppress the colored frame of the edittext field?
Failure[INSTALL_FAILED_OLDER_SDK]
Means that you're trying to install an app that has a higher minSdkVersion specified in its manifest than the device's API level
1. What is the device Api Level? Which Android version is the Device running?
2. Post your manifesttext
Please note that erel suggested to change the targetsdk. Not the minsdk
Failure[INSTALL_FAILED_OLDER_SDK]
Means that you're trying to install an app that has a higher minSdkVersion specified in its manifest than the device's API level
1. What is the device Api Level? Which Android version is the Device running?
2. Post your manifesttext
Thanks, now it runs with API-level 23 again, but the main problem with the frame is only changed to
a blue underline, even the field isn´t selected for edit.