This has been resolved.

Set minSdk to 4 or above:

http://developer.android.com/guide/topics/manifest/uses-sdk-element.html

-- Kostya

10.01.2011 15:02, Shashidhar ?????:
Any Success on this.
I am also having the same issue.

Thanks,
Shashidhar

On Mon, Dec 20, 2010 at 1:21 PM, Bape <peete...@gmail.com <mailto:peete...@gmail.com>> wrote:

    I want to develop a application on Samsung Galaxy.
    The resolution is 1024 * 600
    My mainlayout should look like this:

    http://office.techniconsulting.be/~peeters/eclipse_screenshot.jpg
    <http://office.techniconsulting.be/%7Epeeters/eclipse_screenshot.jpg>

    I've a left image (296 *600) and right image (728 * 600) as
    background.
    mail.xml looks like:

    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/
    android"
       android:orientation="horizontal" android:layout_height="600px"
    android:layout_width="1024px">

    <LinearLayout android:id="@+id/LinearLayout01"
    android:background="@drawable/frame_left"     android:gravity="left"
    android:layout_width="296px" android:layout_height="600px"></
    LinearLayout>
    <RelativeLayout android:id="@+id/RelativeLayout01"
    android:gravity="right" android:background="@drawable/
    frame_right_kelder" android:layout_width="728px"
    android:layout_height="600px"></RelativeLayout>
    </LinearLayout>


    Whwen I run it in the simulator it looks like:

    http://office.techniconsulting.be/~peeters/emulator_screenshot.jpg
    <http://office.techniconsulting.be/%7Epeeters/emulator_screenshot.jpg>

    Is it not possible to work with pixel height en width in the emulator?

    --
    You received this message because you are subscribed to the Google
    Groups "Android Developers" group.
    To post to this group, send email to
    android-developers@googlegroups.com
    <mailto:android-developers@googlegroups.com>
    To unsubscribe from this group, send email to
    android-developers+unsubscr...@googlegroups.com
    <mailto:android-developers%2bunsubscr...@googlegroups.com>
    For more options, visit this group at
    http://groups.google.com/group/android-developers?hl=en


--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to