SyntaxFix
Write A Post
Hire A Developer
Questions
In your manifest file package attribute is set to com.test.helloworld however your activity class is under different package. Change your MyActivity class package to com.example.helloworld
package
com.test.helloworld
com.example.helloworld