The following is my laptop computer enviroment:OS: Win7CPU: Intel Core i3RAM: 2GType: 32bitIDE: Eclipse3.6Target Platform: Android2.2 - API Level8At first, I used Android 3.1 and API Level12. I found there was no phone interface without keyboard
How to new an emulator for Android? An emulator is a device that is used to simulate mobile device. All Android applications you develop can run on Android platform and be shown on emulator. To create a new emulator, refer to the following
Abends: Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 11.0.0.v201105251008-128486 (com.android.ide.eclipse.adt.feature.group 11.0.0.v201105251008-128486)
ProblemWhen i run an Android application HelloAndroid, the program is blocking the following sentences. =============================================================================================[2011-06-17 10:48:39 - HelloAndroid] ----------------
This is the first time to study Android for me, I referred to the Android Zone. When i saw Android at the first time, i fall in love with it. I feel that it is very interesting. Compared to IOS, i prefer to Android development. Due to open source, i
public class MapMgr { public static MapMgr mapMgr = null; private int map_num = 28; private int b_x = 0; private int b_y = 0; private int width = 0; private int height = 0; private Bitmap bmpView = null; //create by