Android Question [Solved] Public class android.support.v7.app not exist

angel_

Well-Known Member
Licensed User
Longtime User
I try to do this


I have this line in activity and add it to the public class
B4X:
#Extends: android.support.v7.app.AppCompatActivity

And appears this error
B4X:
javac 1.8.0_201
src\com\dd\aa\m00_bb.java:9: error: package android.support.v7.app does not exist
public class m00_bb extends android.support.v7.app.AppCompatActivity implements BA.SubDelegator{
                                                             ^
 

watesoft

Active Member
Licensed User
Longtime User
No.
When i want you to uncheck and recheck the library in the librarytab then i would have said it like this.

When i say ReDownload then i mean. Do the download of v4.0 again. The new download also contains a correct androidX artifact.
Use the files from the newdownload. Make sure to place all files from the download in your additional library folder.

REFRESH the librarylist after updated the files.
Clean your project and try again.
Hi DonManfred,How to donnload AppCompat V4.0, I can't find it in Forums.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

watesoft

Active Member
Licensed User
Longtime User
Upvote 0
Top