I have a question: I use android in eclipse. I forgot to add activity when i created a new project. So i added a new java class instead, now how would i make this java class as a default to launch activity that first launches when the application is run?
Note that the android:name attribute of the <Activity> node MUST begin with a '.' and is just the name of the java file. For example, if your java file was named Website.java, then the android:name attribute would be:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.