رفتن به مطلب
  • 0

مشکل کتابخانه MaterialIntro + PaperOnboarding


mobah

سوال

سلام

 

در سورس MaterialIntroTutorialV2  مشکل دارم

تو کتابخانه MaterialIntroTutorialV2  زمان کامپایل کردن خطا میده؟؟؟:fekr:  خود سورس را با آدرس پوشه support_23.2.1 در sdk        و کتابخانه AppCompatLib v3.20   و کتابخانه  MaterialIntro v2.00  رو هم زدم. اگر از ورژن ها نیست مشکل کجاست.

 

B4A version: 5.80
Parsing code.    (0.00s)
Compiling code.    (0.01s)
Compiling layouts code.    (0.00s)
Generating R file.    Error
res\values\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
res\values\theme.xml:6: error: Error: No resource found that matches the given name: attr 'colorAccent'.
res\values\theme.xml:4: error: Error: No resource found that matches the given name: attr 'colorPrimary'.
res\values\theme.xml:5: error: Error: No resource found that matches the given name: attr 'colorPrimaryDark'.
res\values\theme.xml:8: error: Error: No resource found that matches the given name: attr 'windowActionBar'.
res\values\theme.xml:7: error: Error: No resource found that matches the given name: attr 'windowNoTitle'.

 

چطوری میشه حل کرد و باید چکار کنم.

 

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

9 پاسخ به این سوال تاکنون داده شده است

ارسال‌های توصیه شده

ببینید شما این فایل های که قرار میدم رو داخل پوشه library کپی و جایگزین کنید اگه جواب داد که هیچ و اگر نه...

libs.zip

شما باید sdk خودتون رو اپدیت کنید از جمله Support Repository,Google Repository,BuildTools اینا مهم هستند...

در ضمن این تاپیک هم یه نگاه بنداز...

موفق باشید.

لینک ارسال
به اشتراک گذاری در سایت های دیگر

کد های منیفستتون رو کامل پاک کنید و این رو جایگذین کنید 

'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: http://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="22"/>
<supports-screens android:largeScreens="true" 
    android:normalScreens="true" 
    android:smallScreens="true" 
    android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
SetApplicationAttribute(android:theme, "@style/MyAppTheme")
CreateResource(values, theme.xml,
<resources>
    <style name="MyAppTheme" parent="@style/Theme.AppCompat.Light">
        <item name="colorPrimary">#01579B</item>
        <item name="colorPrimaryDark">#01579B</item>
        <item name="colorAccent">#00B8D4</item>
        <item name="windowNoTitle">true</item>
        <item name="windowActionBar">false</item>
    </style>
</resources>
)

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

والله   نشد:fekr:

این هم خطا + عکس

B4A version: 5.80
Parsing code.    (0.00s)
Compiling code.    (0.02s)
Compiling layouts code.    (0.00s)
Generating R file.    Error
res\values\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@style/Theme.AppCompat.Light'.
res\values\theme.xml:6: error: Error: No resource found that matches the given name: attr 'colorAccent'.
res\values\theme.xml:4: error: Error: No resource found that matches the given name: attr 'colorPrimary'.
res\values\theme.xml:5: error: Error: No resource found that matches the given name: attr 'colorPrimaryDark'.
res\values\theme.xml:8: error: Error: No resource found that matches the given name: attr 'windowActionBar'.
res\values\theme.xml:7: error: Error: No resource found that matches the given name: attr 'windowNoTitle'.

 

Untitled_1.jpg

لینک ارسال
به اشتراک گذاری در سایت های دیگر

در 8 ساعت قبل، mobah گفته است :

والله   نشد:fekr:

این هم خطا + عکس


B4A version: 5.80
Parsing code.    (0.00s)
Compiling code.    (0.02s)
Compiling layouts code.    (0.00s)
Generating R file.    Error
res\values\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@style/Theme.AppCompat.Light'.
res\values\theme.xml:6: error: Error: No resource found that matches the given name: attr 'colorAccent'.
res\values\theme.xml:4: error: Error: No resource found that matches the given name: attr 'colorPrimary'.
res\values\theme.xml:5: error: Error: No resource found that matches the given name: attr 'colorPrimaryDark'.
res\values\theme.xml:8: error: Error: No resource found that matches the given name: attr 'windowActionBar'.
res\values\theme.xml:7: error: Error: No resource found that matches the given name: attr 'windowNoTitle'.

 

سلام

تغییرات پروژه رو به حالت اول برگردونید و جدیدترین نسخه Appcompat که 3.30 هستش رو تیک بزنید و در قسمت paths configuration از APi 24 و یا 25 برای کامپایل استفاده کنید تست کنید نتیجه رو خبر بدید...

لینک ارسال
به اشتراک گذاری در سایت های دیگر

جدیدترین نسخه Appcompat  3.30

AppCompatLib3_30

تو تنظیمات هم android-25 رو انتخاب کردم.

همین کار رو کردم ولی همون خطا میده!:DD:

B4A version: 5.80
Parsing code.    (0.00s)
Compiling code.    (0.02s)
Compiling layouts code.    (0.00s)
Generating R file.    Error
res\values\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
res\values\theme.xml:6: error: Error: No resource found that matches the given name: attr 'colorAccent'.
res\values\theme.xml:4: error: Error: No resource found that matches the given name: attr 'colorPrimary'.
res\values\theme.xml:5: error: Error: No resource found that matches the given name: attr 'colorPrimaryDark'.
res\values\theme.xml:8: error: Error: No resource found that matches the given name: attr 'windowActionBar'.
res\values\theme.xml:7: error: Error: No resource found that matches the given name: attr 'windowNoTitle'.

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

در 12 دقیقه قبل، mobah گفته است :

جدیدترین نسخه Appcompat  3.30

AppCompatLib3_30

تو تنظیمات هم android-25 رو انتخاب کردم.

همین کار رو کردم ولی همون خطا میده!:DD:

میگم که چرا نسخه B4A شما 5.80 هستش...:empathy3:

خب دوست عزیز کتابخونه Appcompat ورژن 3 به بالا از نسخه 6 به بعد کارایی داره این ارور هم که میبینی 80 درصد بخاطر Appcomapt که ریسورش هاش رو پیدا نمیکنه جدیدترین نسخه B4A رو بگیر همین چند روز پیش در انجمن قرار داده شد مشکلت حل میشه...:cheshmak:

لینک ارسال
به اشتراک گذاری در سایت های دیگر

 

خطا عوض شد:blush:

B4A version: 6.30
Parsing code.    (0.00s)
Compiling code.    (0.04s)
Compiling layouts code.    (0.00s)
Organizing libraries.    Error
Maven artifact not found: com.android.support/appcompat-v7

این هم فولدر ساپورت

Untitled_2.jpg

لینک ارسال
به اشتراک گذاری در سایت های دیگر

در 12 دقیقه قبل، mobah گفته است :

 

خطا عوض شد:blush:


B4A version: 6.30
Parsing code.    (0.00s)
Compiling code.    (0.04s)
Compiling layouts code.    (0.00s)
Organizing libraries.    Error
Maven artifact not found: com.android.support/appcompat-v7

 

این دیگه مشکل از sdk شماست...

یه تاپیک دیگه در مورد همین خطا بزنید تا دوستان راهنمایی کنند حتی همین چند روز پیش یه همچین مشکلی دوستان در رابطه با Appcompat داشتند خلاصه شما تو انجمن جستجو کن بنده اگه راه حلی در مورد همین موضوع داشتم تو همین تاپیک حتما اطلاع میدم.

لینک ارسال
به اشتراک گذاری در سایت های دیگر

بایگانی شده

این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.

  • کاربران آنلاین در این صفحه   0 کاربر

    • هیچ کاربر عضوی،در حال مشاهده این صفحه نیست.
×
×
  • اضافه کردن...