try first
clear automatically create from eclipse
and if not allowed, try uder solution
I found a solution why R.class did not eclipse after restarting - 2, clear, build, etc.
The problem is here in strings.xml:
Hello World, HelloAutoComplete!
HelloAutoComplete are created by default by eclipse when creating projects
Specifically, you change strings.xml for your own requirement, sometimes you clear string.xmls these two lines from your codes.
it creates a problem in the AndroidManifest.xml file
therefore it cannot pass strings.xml
Do not remove these two lines from strings.xml
android:icon="@drawable/icon" android:label="@string/app_name" android:name=".HelloAutoComplete" android:label="@string/app_name"
welcomes aarifmohammadkhan@gmail.com
if anyone has a problem in android
welcome to ask questions
Relations aarifmkhan
aarifmkhan Feb 17 2018-11-17T00: 00Z
source share