ピカソを使用してイメージビューにイメージを配置しようとするとちょっとした問題があります。Picasso:java.lang.IllegalArgumentException:ターゲットがヌルであってはならない
エラーを取得:java.lang.IllegalArgumentExceptionが:ターゲットは、コード
ここ .into(UserProfilePhoto);
のこの行にはnullであってはなりませんが、完全なコード パブリッククラスUserProfileActivityがAppCompatActivity { 民間最終AppCompatActivity活動= UserProfileActivityを拡張しています。この;
xmlの画像ビューは、ここで定義されているものと同じです。その理由はわかりません。
java.lang.RuntimeException: Unable to start activity ComponentInfo{ie.coffeepal.coffeepal/ie.coffeepal.coffeepal.activities.UserProfileActivity}: java.lang.IllegalArgumentException: Target must not be null.
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2665)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2726)
at android.app.ActivityThread.-wrap12(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1477)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6119)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
Caused by: java.lang.IllegalArgumentException: Target must not be null.
at com.squareup.picasso.RequestCreator.into(RequestCreator.java:618)
at com.squareup.picasso.RequestCreator.into(RequestCreator.java:601)
at ie.coffeepal.coffeepal.activities.UserProfileActivity.onCreate(UserProfileActivity.java:49)
at android.app.Activity.performCreate(Activity.java:6679)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1118)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2618)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2726)
at android.app.ActivityThread.-wrap12(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1477)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6119)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
私は、コードを更新し、ビルドして再実行しましたが、何らかの理由でエラーが発生しています。私は新しいエラー – skittels
で投稿を更新しました。あなたはgetresources()。getstring()を使ってURLを取得してください。profilePhoto – rafsanahmad007
あなたのレイアウトとイメージビューのIDが正しいことを確認してください。 – rafsanahmad007