私のアプリケーションは最初の数回は問題なく動作しましたが、「予期せず」停止することにしました。私はそれを解決できるかどうかを確認するために次の方法を試しましたが、役に立ちませんでした:
- Eclipse 内から adb を再起動します ([ウィンドウ] > [ビューの表示] > [デバイス] を使用)。
- Eclipse を閉じ、手動で adb を強制終了してから再起動します。
- インストール済みのアプリを削除してから再インストールします。
半分の時間、Eclipse は切断の問題のために HOME を起動しようとして常にハングアップしているように見えることに気付きました (なぜこれが悪化し続けるのか)。以下のコンソール ダイアログ)。
[2012-11-06 11:58:03 - CostALoad] ------------------------------
[2012-11-06 11:58:03 - CostALoad] Android Launch!
[2012-11-06 11:58:03 - CostALoad] adb is running normally.
[2012-11-06 11:58:03 - CostALoad] Performing com.example.costaload.MainActivity activity launch
[2012-11-06 11:58:04 - CostALoad] Automatic Target Mode: launching new emulator with compatible AVD 'myavd'
[2012-11-06 11:58:04 - CostALoad] Launching a new emulator with Virtual Device 'myavd'
[2012-11-06 11:58:06 - CostALoad] New emulator found: emulator-5554
[2012-11-06 11:58:06 - CostALoad] Waiting for HOME ('android.process.acore') to be launched...
[2012-11-06 11:58:40 - CostALoad] HOME is up on device 'emulator-5554'
[2012-11-06 11:58:40 - CostALoad] Uploading CostALoad.apk onto device 'emulator-5554'
[2012-11-06 11:58:42 - CostALoad] Installing CostALoad.apk...
[2012-11-06 11:59:01 - CostALoad] Success!
[2012-11-06 11:59:02 - CostALoad] Starting activity com.example.costaload.MainActivity on device
emulator- 5554
[2012-11-06 11:59:04 - CostALoad] ActivityManager: Starting: Intent { act=android.intent.action.MAIN
cat=[android.intent.category.LAUNCHER] cmp=com.example.costaload/.MainActivity }
[2012-11-06 12:17:00 - CostALoad] ------------------------------
[2012-11-06 12:17:00 - CostALoad] Android Launch!
[2012-11-06 12:17:00 - CostALoad] adb is running normally.
[2012-11-06 12:17:00 - CostALoad] Performing com.example.costaload.MainActivity activity launch
[2012-11-06 12:17:01 - CostALoad] Automatic Target Mode: launching new emulator with compatible AVD 'myavd'
[2012-11-06 12:17:01 - CostALoad] Launching a new emulator with Virtual Device 'myavd'
[2012-11-06 12:17:25 - CostALoad] New emulator found: emulator-5554
[2012-11-06 12:17:25 - CostALoad] Waiting for HOME ('android.process.acore') to be launched...
[2012-11-06 12:18:43 - CostALoad] emulator-5554 disconnected! Cancelling 'com.example.costaload.MainActivity
activity launch'!
[2012-11-06 12:20:07 - CostALoad] ------------------------------
[2012-11-06 12:20:07 - CostALoad] Android Launch!
[2012-11-06 12:20:07 - CostALoad] adb is running normally.
[2012-11-06 12:20:07 - CostALoad] Performing com.example.costaload.MainActivity activity launch
[2012-11-06 12:20:07 - CostALoad] Automatic Target Mode: launching new emulator with compatible AVD 'myavd'
[2012-11-06 12:20:07 - CostALoad] Launching a new emulator with Virtual Device 'myavd'
[2012-11-06 12:20:22 - Emulator] WARNING: Data partition already in use. Changes will not persist!
[2012-11-06 12:20:22 - Emulator] WARNING: Cache partition already in use. Changes will not persist!
[2012-11-06 12:20:23 - CostALoad] New emulator found: emulator-5556
[2012-11-06 12:20:23 - CostALoad] Waiting for HOME ('android.process.acore') to be launched...
[2012-11-06 12:22:07 - CostALoad] HOME is up on device 'emulator-5556'
[2012-11-06 12:22:07 - CostALoad] Uploading CostALoad.apk onto device 'emulator-5556'
[2012-11-06 12:22:08 - CostALoad] Installing CostALoad.apk...
[2012-11-06 12:22:26 - CostALoad] Success!
[2012-11-06 12:22:27 - CostALoad] Starting activity com.example.costaload.MainActivity on device
emulator-5556
[2012-11-06 12:22:31 - CostALoad] ActivityManager: Starting: Intent { act=android.intent.action.MAIN
cat=[android.intent.category.LAUNCHER] cmp=com.example.costaload/.MainActivity }
RUN を押すと、5556 が開始、アップロード、停止した場所がわかります。これは午前中ずっと続いており、上で説明した手順のどれも問題を止めていないようです.
LOGCAT を見ると、初心者であるために識別できないもの (例: "zygote"??、ルーパーなど) があるため、理解しようとするのが苦手であることがわかります。言い換えれば、最初の数回はコードがどのように正常に機能したのか理解できず、現在は以下のログに示されている内容がスローされています。私が認識しているのは Android ボタン ウィジェットだけで、これはある種のキャスト例外です。どのボタンが押されたかをリッスンするのはボタンリスナーとケース構造だけなので、奇妙です。それ以上はわかりません。行番号は、私が知らないファイルの番号です。
11-06 12:22:33.080: D/ddm-heap(223): Got feature list request
11-06 12:22:34.350: D/AndroidRuntime(223): Shutting down VM
11-06 12:22:34.350: W/dalvikvm(223): threadid=3: thread exiting with uncaught exception (group=0x4001b188)
11-06 12:22:34.359: E/AndroidRuntime(223): Uncaught handler: thread main exiting due to uncaught exception
11-06 12:22:34.369: E/AndroidRuntime(223): java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.example.costaload/com.example.costaload.MainActivity}: java.lang.ClassCastException:
android.widget.Button
11-06 12:22:34.369: E/AndroidRuntime(223): at android.app.ActivityThread.performLaunchActivity
(ActivityThread.java:2496)
11-06 12:22:34.369: E/AndroidRuntime(223): at android.app.ActivityThread.handleLaunchActivity
(ActivityThread.java:2512)
11-06 12:22:34.369: E/AndroidRuntime(223): at android.app.ActivityThread.access$2200
(ActivityThread.java:119)
11-06 12:22:34.369: E/AndroidRuntime(223): at android.app.ActivityThread$H.handleMessage
(ActivityThread.java:1863)
11-06 12:22:34.369: E/AndroidRuntime(223): at android.os.Handler.dispatchMessage(Handler.java:99)
11-06 12:22:34.369: E/AndroidRuntime(223): at android.os.Looper.loop(Looper.java:123)
11-06 12:22:34.369: E/AndroidRuntime(223): at android.app.ActivityThread.main(ActivityThread.java:4363)
11-06 12:22:34.369: E/AndroidRuntime(223): at java.lang.reflect.Method.invokeNative(Native Method)
11-06 12:22:34.369: E/AndroidRuntime(223): at java.lang.reflect.Method.invoke(Method.java:521)
11-06 12:22:34.369: E/AndroidRuntime(223): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run
(ZygoteInit.java:860)
11-06 12:22:34.369: E/AndroidRuntime(223): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
11-06 12:22:34.369: E/AndroidRuntime(223): at dalvik.system.NativeStart.main(Native Method)
11-06 12:22:34.369: E/AndroidRuntime(223): Caused by: java.lang.ClassCastException: android.widget.Button
11-06 12:22:34.369: E/AndroidRuntime(223): at com.example.costaload.MainActivity.onCreate
(MainActivity.java:28)
11-06 12:22:34.369: E/AndroidRuntime(223): at android.app.Instrumentation.callActivityOnCreate
(Instrumentation.java:1047)
11-06 12:22:34.369: E/AndroidRuntime(223): at android.app.ActivityThread.performLaunchActivity
(ActivityThread.java:2459)
11-06 12:22:34.369: E/AndroidRuntime(223): ... 11 more
11-06 12:22:34.419: I/dalvikvm(223): threadid=7: reacting to signal 3
11-06 12:22:34.419: E/dalvikvm(223): Unable to open stack trace file '/data/anr/traces.txt':
Permission denied
11-06 12:27:34.529: I/Process(223): Sending signal. PID: 223 SIG: 9
私がエラーを解釈するようにしてみてください。私が持っている最良の推測は、ボタンウィジェットと関係があり、残りはJava自体が何かのために急降下しているように見えるということです. LOGCATは、それが何であるかわからない、または触れたことのないものを参照しています。このすべてが起こらないようにするには、他に何ができますか? 私は以下のコードを含めました。前述のように、以前に実行したことがありますが、問題が何であるか、プロジェクトファイルに原因があるかどうかはわかりません。
package com.example.costaload;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.Button;
import android.widget.TextView;
import android.view.View;
public class MainActivity extends Activity {
EditText mile,diesel;
Button button1, button2;
TextView tv, tv2, tv3;
private double x, y, z, costper, gallon, litres, ophours, stopdrive;
CheckBox checkBox1, checkBox2, checkBox3, checkBox4;
NumberFormat format = NumberFormat.getCurrencyInstance();
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
mile= (EditText) findViewById(R.id.mile);
checkBox1 = (CheckBox) findViewById(R.id.checkBox1);
checkBox2 = (CheckBox) findViewById(R.id.checkBox2);
checkBox3 = (CheckBox) findViewById(R.id.checkBox3);
checkBox4 = (CheckBox) findViewById(R.id.checkBox4);
button1 = (Button) findViewById(R.id.button1);
button2 = (Button) findViewById(R.id.button2);
button1.setOnClickListener(onClickListener);
button2.setOnClickListener(onClickListener);
tv = (TextView) findViewById(R.id.cost);
tv2 = (TextView) findViewById(R.id.cpm);
tv3 = (TextView) findViewById(R.id.gallons);
diesel= (EditText) findViewById(R.id.diesel);
}
private OnClickListener onClickListener = new OnClickListener() {
@Override
public void onClick(final View v) {
switch(v.getId()){
case R.id.button1:
x=Double.parseDouble(mile.getText().toString());
y=Double.parseDouble(diesel.getText().toString());
if (checkBox2.isChecked()) {
x=x*2;
}
if (checkBox1.isChecked()) {
x=x*0.62137;
}
ophours = 0;
ophours = (x/55)+2;
if (ophours>=11){
stopdrive = (ophours/10)-1;
if (stopdrive>1){
ophours = ophours + (stopdrive*10);
}
gallon = x/5.5;
if (checkBox4.isChecked()) {
gallon = gallon + (ophours*1.1);
}
if (checkBox3.isChecked()) {
litres = gallon*3.785;
tv3.setText(new DecimalFormat("####.##").format(litres)+"L");
}
z=(gallon*y)+(x*0.655);
costper=z/x;
tv.setText(format.format(z));
tv2.setText(format.format(costper)+"/mile");
tv3.setText(new DecimalFormat("####.##").format(gallon)+"gal.");
break;}
case R.id.button2:
Intent browserIntent =
new Intent(Intent.ACTION_VIEW, Url.parse("http://www.ratenroll.com"));
startActivity(browserIntent);
break;
}
};
};
}
これがメイン アクティビティの XML です。すべてのボタンがボタンなどであるため、困惑しています。
<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" >
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:text="# of miles"
android:textAppearance="?android:attr/textAppearanceMedium" />
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/textView1"
android:layout_marginTop="40dp"
android:text="Price of diesel"
android:textAppearance="?android:attr/textAppearanceMedium" />
<EditText
android:id="@+id/diesel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/textView2"
android:layout_alignBottom="@+id/textView2"
android:layout_alignLeft="@+id/mile"
android:layout_alignParentRight="true"
android:ems="10"
android:inputType="numberDecimal" />
<EditText
android:id="@+id/mile"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:layout_toRightOf="@+id/checkBox3"
android:ems="10"
android:inputType="numberDecimal" >
<requestFocus />
</EditText>
<Button
android:id="@+id/button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:text="Visit www.ratenroll.com" />
<CheckBox
android:id="@+id/checkBox1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/diesel"
android:layout_marginTop="14dp"
android:text="Kilometres (not miles)" />
<CheckBox
android:id="@+id/checkBox2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/checkBox1"
android:layout_alignBottom="@+id/checkBox1"
android:layout_alignParentRight="true"
android:text="Round trip" />
<CheckBox
android:id="@+id/checkBox3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/checkBox1"
android:text="Litres (not gallons)" />
<CheckBox
android:id="@+id/checkBox4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/checkBox3"
android:layout_alignBottom="@+id/checkBox3"
android:layout_alignParentRight="true"
android:text="Reefer load" />
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/checkBox3"
android:layout_marginTop="50dp"
android:layout_toRightOf="@+id/textView2"
android:text="Compute" />
<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/button1"
android:layout_marginTop="26dp"
android:text="Total Cost"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/textView4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/textView3"
android:text="Cost per mile"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/cost"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/textView4"
android:layout_alignParentRight="true"
android:text=" "
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/cpm"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/textView4"
android:layout_alignBottom="@+id/textView4"
android:layout_alignParentRight="true"
android:text=" "
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/textView5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignRight="@+id/textView4"
android:layout_below="@+id/textView4"
android:text="Fuel required"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/gallons"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/textView5"
android:layout_alignBottom="@+id/textView5"
android:layout_alignParentRight="true"
android:text=" "
android:textAppearance="?android:attr/textAppearanceLarge" />
</RelativeLayout>
ご覧いただきありがとうございます。