PDA

View Full Version : پایین بودن سرعت اجرای برنامه ها در محیط Eclipse



پیام حیاتی
جمعه 02 بهمن 1394, 15:27 عصر
سلام عزیزان
بنده به تازگی شروع به برنامه نویسی اندروید کردم.
با اینکه مشخصات سخت افزاری سیستم بالاست اما روند اجرای برنامه بسیار کند می باشد. اولین برنامه طبق آموزش کتاب خریداری شده ، Hello World هست :


<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".MainActivity" >


<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />

<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello_world" />

<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello_world"
/>


</RelativeLayout>



چه راهکاری برای بالابردن سرعت اجرای برنامه ها پیشنهاد می کنید؟

138571

تشکر.

پیام حیاتی
شنبه 03 بهمن 1394, 13:28 عصر
بروزرسانی....

#root#
شنبه 03 بهمن 1394, 17:31 عصر
شبیه ساز فعلی SDK سرعت خوبی نداره، بهتره از شبیه ساز خوبی مثل Genymotion استفاده کنید (یا برنامه های مشابه متفرقه).