M maheshrapothula Newbie Jan 3, 2017 #1 Hi i have 3 classes in 3 packages and i got a error as "Default Activity not found", will any one please how to declare packages in manifest file Attachments manifest.PNG 32.7 KB · Views: 65 package.PNG 7.6 KB · Views: 65
Hi i have 3 classes in 3 packages and i got a error as "Default Activity not found", will any one please how to declare packages in manifest file
scary alien not really so scary VIP Member Jan 3, 2017 #2 Thread moved to our Application Development area for you. Cheers!
D Deleted User Guest Jan 3, 2017 #3 What's the full package name of the LoginActivity class? You need to use that in your manifest Code: <activity android:name="com.your.package.name.LoginActivity" ... So replace "com.your.package.name" with your full package name
What's the full package name of the LoginActivity class? You need to use that in your manifest Code: <activity android:name="com.your.package.name.LoginActivity" ... So replace "com.your.package.name" with your full package name