Book Image

Building E-commerce Sites with VirtueMart Cookbook

By : John Horton
Book Image

Building E-commerce Sites with VirtueMart Cookbook

By: John Horton

Overview of this book

VirtueMart is a premier eCommerce solution powered by Joomla!In Building E-commerce Sites with VirtueMart Cookbook you will learn how to create a full-functioning and attractive eCommerce solution with VirtueMart. You will be shown how to install and configure VirtueMart, how to set-up and run your store day-to-day as well as configure and customize the look and feel of your store. With this book by your side, you will be able to overcome as problems setting up, administrating and customizing your eCommerce store! This book finishes with blueprint projects meaning that getting started with VirtueMart is even easier for the novice and aspiring site builder or developer. If you have always wanted to create a professional-looking store, but are worried about the complexity and difficulty involved, then this book is for you! With numerous recipes, practical tips and solutions Building E-commerce Sites with VirtueMart Cookbook will take you through every step required to achieve eCommerce success.
Table of Contents (17 chapters)
Building E-commerce Sites with VirtueMart Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Installing the Android SDK


The Android Software Development Kit (SDK) is what lets us write Java programs for Android. The SDK enables us to do apparently complicated Android stuff really easily.

Getting ready

Visit the link http:/developer.android.com/sdk/ and read on. The page will look like the following screenshot:

How to do it...

You shouldn't break a sweat doing this. So here it goes.

  1. Scroll down to Use an existing IDE and click on Download the SDK tools for Windows.

  2. Check the box next to I have read and agree to the above terms and conditions. Click on the Download SDK tools for Windows button.

  3. When completed run the download by double clicking on installer_r21.1-windows.exe. Accept all the default options until you get to the screen, Choose Install location.

  4. Type C:\Android\android-sdk as shown in the following screenshot:

  5. Click on Next and then Next again.

  6. When you get to the Completing the Android SDK tools setup wizard uncheck the Start SDK Manager (to download system images, etc.) checkbox...