Idea for this blog is to introduce those things that I face in my journey to start coding for Android.
Aug 17, 2011
Package name must have at least two identifiers
When I was creating the first Android program the first problem that I faced was problem with package name.
"Package name must have at least two identifiers"
This is because package name must be like com.mydomain.firstApp
No comments:
Post a Comment