- Katılım
- 27 Eylül 2014
- Konular
- 10
- Mesajlar
- 198
- Tepkime puanı
- 219
- Puanları
- 43
nasıl güncelleyeceğim hocam pekiApktool.jar i güncelle
nasıl güncelleyeceğim hocam pekiApktool.jar i güncelle
tamamdır hocam bekliyorum.Bekle halledicem ben. Yenisini indir öyle denersin
üstad InCallUI apk parçalama tmm ancak toplamada hata verdi. Çözümü varmı?Bekle halledicem ben. Yenisini indir öyle denersin
W: C:\Users\ubeyd\Desktop\BatchApkTool373\BatchApkTool\_INPUT_APK\InCallUI\res\values\public.xml:75: error: Public symbol drawable/a1_icon_reject_indicator declared here is not defined.üstad InCallUI apk parçalama tmm ancak toplamada hata verdi. Çözümü varmı?
Yaptım güya avatarları içeren satırları silicem ya. Ah bilgisizlik.W: C:\Users\ubeyd\Desktop\BatchApkTool373\BatchApkTool\_INPUT_APK\InCallUI\res\values\public.xml:75: error: Public symbol drawable/a1_icon_reject_indicator declared here is not defined.
W: C:\Users\ubeyd\Desktop\BatchApkTool373\BatchApkTool\_INPUT_APK\InCallUI\res\values\public.xml:83: error: Public symbol drawable/default_small_avatar declared here is not defined.
W: C:\Users\ubeyd\Desktop\BatchApkTool373\BatchApkTool\_INPUT_APK\InCallUI\res\values\public.xml:84: error: Public symbol drawable/double_call_avatar declared here is not defined. bu kodlamaları bulamıyor. modda eksiklik yapmışın
XML:
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:id="@id/call_card" android:clickable="true" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.android.incallui.view.AnimationCircleLayout android:id="@id/avatar_layer" android:layout_width="fill_parent" android:layout_height="fill_parent">
<ImageView android:id="@id/avatar" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" />
<View android:id="@id/speak_on_mask" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</com.android.incallui.view.AnimationCircleLayout>
<fragment android:name="com.android.incallui.VideoCallFragment" android:id="@id/videoCallFragment" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<RelativeLayout android:layout_gravity="center_horizontal" android:id="@id/small_avatar_layout" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content">
<ImageView android:id="@id/small_avatar" android:visibility="gone" android:layout_width="@dimen/incoming_avatar_diameter" android:layout_height="@dimen/incoming_avatar_diameter" android:layout_marginTop="@dimen/call_info_avatar_margin_top" android:contentDescription="@null" />
<ImageView android:id="@id/verify_img" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignBottom="@id/small_avatar" android:layout_alignEnd="@id/small_avatar" />
</RelativeLayout>
<include android:id="@id/single_call_info" layout="@layout/single_call_info" />
</FrameLayout>
ekleme değilde siliyorsan public kod satırlarınıda sil toplarYaptım güya avatarları içeren satırları silicem ya. Ah bilgisizlik.
Ah hocam bide nereyi oynamam lazım bi diyen olsa
TeşekkürlerXML:XML: <?xml version="1.0" encoding="utf-8"?> <FrameLayout android:id="@id/call_card" android:clickable="true" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android"> <com.android.incallui.view.AnimationCircleLayout android:id="@id/avatar_layer" android:layout_width="fill_parent" android:layout_height="fill_parent"> <ImageView android:id="@id/avatar" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" /> <View android:id="@id/speak_on_mask" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" /> </com.android.incallui.view.AnimationCircleLayout> <fragment android:name="com.android.incallui.VideoCallFragment" android:id="@id/videoCallFragment" android:layout_width="fill_parent" android:layout_height="fill_parent" /> <RelativeLayout android:layout_gravity="center_horizontal" android:id="@id/small_avatar_layout" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content"> <ImageView android:id="@id/small_avatar" android:visibility="gone" android:layout_width="@dimen/incoming_avatar_diameter" android:layout_height="@dimen/incoming_avatar_diameter" android:layout_marginTop="@dimen/call_info_avatar_margin_top" android:contentDescription="@null" /> <ImageView android:id="@id/verify_img" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignBottom="@id/small_avatar" android:layout_alignEnd="@id/small_avatar" /> </RelativeLayout> <include android:id="@id/single_call_info" layout="@layout/single_call_info" /> </FrameLayout>
teşekkürler üstadım ama webden de baktıysam da public neresi inan bilemedim. Özür vaktinizi aldım.ekleme değilde siliyorsan public kod satırlarınıda sil toplar
res/values/public.xmlteşekkürler üstadım ama webden de baktıysam da public neresi inan bilemedim. Özür vaktinizi aldım.
Ben sadece ImageView ile başlayan satırlarını sildim ve hizaladım, tabi tahminen o da hata verdi.