Android: Activity name must be specified error

If you are an avid Android developer there is a chance that you might have encountered this error.

Activity name must be specified

The error popups up when we create a new Android project in Eclipse.

You have no idea how to solve this!! You try giving all the values but still the error doesn’t go away.

Here is a simple trick to resolve this problem. Basically the issue is with your Android Development Tools. You need to update that package. Follow below steps and you wont see Activity name must be specified error.

Step 1: Go to Windows > Preferences

Step 2: Under the preference menu, navigate to Install/Update and click Uninstall or update link

Step 3: This shows installed plugins. Select Android Development Tools and press Update…

That should update the required plugins and you should good to go now. Try creating a new Android project in Eclipse. The error should vanish.

View Comments

  • or you can you intellij idea 12 !!! i think it's perfect and it has better android support . try it now ;)

  • Dear Viral.

    I want to learn Android code and i need your help, plz tel me which s/w i used for coding of android and how to instal it?

Share
Published by
Viral Patel
Tags: android android ADT SDK android development tools

Recent Posts

  • Java

Java URL Encoder/Decoder Example

Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…

4 years ago
  • General

How to Show Multiple Examples in OpenAPI Spec

Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…

4 years ago
  • General

How to Run Local WordPress using Docker

Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…

4 years ago
  • Java

Create and Validate JWT Token in Java using JJWT

1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…

4 years ago
  • Spring Boot

Spring Boot GraphQL Subscription Realtime API

GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…

4 years ago
  • Spring Boot

Spring Boot DynamoDB Integration Test using Testcontainers

1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…

4 years ago