0

I've been trying to figure this out for a while now, but I have no idea how to achieve this. I'm trying to be able to use fragments in the app, but when I try to use the import android.support* library, I get an error.

A step by step explanation would be very beneficial.

Couch Mango
  • 23
  • 11

1 Answers1

1

If you open the folder 'app' in your project, you have an option called 'Add to Project...'. Here you can choose what library to import. You propably want to use "com.android.support:support-v4:+".

BTW - in your java file, you should write import android.support.v4.app.*