Harish Vangavolu
Harish Vangavolu

Reputation: 1025

How can I create new Android Activities in Android Studio from the project explorer?

How can I see templates for creating new Activities, Fragments, and other Android related files in the 'New' Menu in Android Studio?

enter image description here

Upvotes: 0

Views: 161

Answers (1)

Navin
Navin

Reputation: 295

because of your project was not configured properly , you have to first resolve you below error

failed to find target with hash string 'android-26'

May be you have not installed version that are you try to configure with project, before going to create any new activity try to resolve above error

here is reference where you can find relevant solution for your problem

Failed to find target with hash string 'android-25'

try this , i hope this things will help you thanks

Upvotes: 2

Related Questions