Erel B4X founder Staff member Licensed User Longtime User Jan 31, 2021 #2 This is not the correct way to post questions. Remove the screenshot and post the text. Upvote 0
Z zarkap Member Jan 31, 2021 #3 B4X: B4A Version: 10.2 Java Version: 8 Parsing code. (0.02s) Building folders structure. (0.03s) Running custom action. (0.04s) Compiling code. (0.11s) Compiling layouts code. (0.02s) Organizing libraries. (0.00s) (AndroidX SDK) Generating R file. Error c:\android\tools\..\extras\b4a_remote\androidx\appcompat\appcompat\1.2.0\unpacked-appcompat-1.2.0\res\values-v23\values-v23.xml:39: error: A 'type' attribute is required for <item> I have this problem when use AppCompat library Attachments apcmt.jpg 247 KB · Views: 94 Upvote 0
B4X: B4A Version: 10.2 Java Version: 8 Parsing code. (0.02s) Building folders structure. (0.03s) Running custom action. (0.04s) Compiling code. (0.11s) Compiling layouts code. (0.02s) Organizing libraries. (0.00s) (AndroidX SDK) Generating R file. Error c:\android\tools\..\extras\b4a_remote\androidx\appcompat\appcompat\1.2.0\unpacked-appcompat-1.2.0\res\values-v23\values-v23.xml:39: error: A 'type' attribute is required for <item> I have this problem when use AppCompat library
Erel B4X founder Staff member Licensed User Longtime User Feb 1, 2021 #4 1. Delete your current Android SDK. 2. Update to B4A v10.5. 3. Download Android SDK + additional components. B4A – The simple way to develop native Android apps B4A includes all the features needed to quickly develop any type of Android app. B4A is used by tens of thousands of developers from all over the world, including companies such as NASA, HP, IBM and others. www.b4x.com Upvote 0
1. Delete your current Android SDK. 2. Update to B4A v10.5. 3. Download Android SDK + additional components. B4A – The simple way to develop native Android apps B4A includes all the features needed to quickly develop any type of Android app. B4A is used by tens of thousands of developers from all over the world, including companies such as NASA, HP, IBM and others. www.b4x.com
Z zarkap Member Feb 4, 2021 #5 B4X: #AdditionalRes: ..\resource #AdditionalRes: ..\b4a_appcompat,de.amberhome.objects.appcompat #AdditionalRes: $AndroidSDK$\extras\android\support\v7\appcompat\res, android.support.v7.appcompat #Extends: android.support.v7.app.AppCompatActivity #AdditionalRes: ..\res B4A Version: 10.50 Parsing code. (0.00s) Java Version: 8 Building folders structure. (0.02s) Compiling code. (0.02s) Compiling layouts code. (0.01s) Organizing libraries. (0.00s) (AndroidX SDK) Generating R file. Error ERROR: resource directory 'C:\Android\tools\..\extras\android\support\v7\appcompat\res' does not exist can you help to resolve this problem? Upvote 0
B4X: #AdditionalRes: ..\resource #AdditionalRes: ..\b4a_appcompat,de.amberhome.objects.appcompat #AdditionalRes: $AndroidSDK$\extras\android\support\v7\appcompat\res, android.support.v7.appcompat #Extends: android.support.v7.app.AppCompatActivity #AdditionalRes: ..\res B4A Version: 10.50 Parsing code. (0.00s) Java Version: 8 Building folders structure. (0.02s) Compiling code. (0.02s) Compiling layouts code. (0.01s) Organizing libraries. (0.00s) (AndroidX SDK) Generating R file. Error ERROR: resource directory 'C:\Android\tools\..\extras\android\support\v7\appcompat\res' does not exist can you help to resolve this problem?
Erel B4X founder Staff member Licensed User Longtime User Feb 5, 2021 #6 Quickly delete all this AdditionalRes. AppCompat example: AppCompat with ToolBar - minimal example Note that there are very few good reasons to use AppCompat. Upvote 0
Quickly delete all this AdditionalRes. AppCompat example: AppCompat with ToolBar - minimal example Note that there are very few good reasons to use AppCompat.
Z zarkap Member Feb 5, 2021 #7 B4X: B4A Version: 10.50 Parsing code. (0.00s) Java Version: 8 Building folders structure. (0.02s) Compiling code. (0.04s) Compiling layouts code. (0.01s) Organizing libraries. (0.00s) (AndroidX SDK) Generating R file. (0.00s) Compiling generated Java code. Error B4A line: 126 TabLayout.SetViewPager(VP) javac 1.8.0_162 src\b4a\example\SpinningTabStrip\main.java:478: error: cannot access ViewPager mostCurrent._tablayout.SetViewPager((androidx.viewpager.widget.ViewPager)(mostCurrent._vp.getObject())); ^ class file for android.support.v4.view.ViewPager not found do you know what is problem? Upvote 0
B4X: B4A Version: 10.50 Parsing code. (0.00s) Java Version: 8 Building folders structure. (0.02s) Compiling code. (0.04s) Compiling layouts code. (0.01s) Organizing libraries. (0.00s) (AndroidX SDK) Generating R file. (0.00s) Compiling generated Java code. Error B4A line: 126 TabLayout.SetViewPager(VP) javac 1.8.0_162 src\b4a\example\SpinningTabStrip\main.java:478: error: cannot access ViewPager mostCurrent._tablayout.SetViewPager((androidx.viewpager.widget.ViewPager)(mostCurrent._vp.getObject())); ^ class file for android.support.v4.view.ViewPager not found do you know what is problem?
Erel B4X founder Staff member Licensed User Longtime User Feb 7, 2021 #8 Don't use old material libraries. Use B4XDrawer. Upvote 0