Android SDK Fragment Support

前端 未结 5 945
我在风中等你
我在风中等你 2020-12-21 05:20

Ok i\'m just starting to get into Android programming now, and I\'m following the android \"TabActivity\" tutorial: http://developer.android.com/reference/android/app/TabAct

5条回答
  •  忘掉有多难
    2020-12-21 06:02

    On Eclipse IDE: Select your project and then right click on the project -> Android Tools -> Add Support Library.

    Required support library will be added on your project build path. You will found this library jar under Java Build Path -> Libraries tab -> Android Dependencies.

    Enjoy exploring!

提交回复
热议问题