Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

too many drawbale errors and not found #7

Open
adetheprince opened this issue Sep 18, 2020 · 1 comment
Open

too many drawbale errors and not found #7

adetheprince opened this issue Sep 18, 2020 · 1 comment

Comments

@adetheprince
Copy link

I had to download some of the drawable files from somewhere else to test it but still I am facing other issues when building
eg:
Task :app:compileDebugJavaWithJavac
E:\Android Projects\WhatsApp-Clone-master\WhatsApp\app\src\main\java\com\github\markpairdha\whatsapp\MessageAdapter.java:52: error: cannot find symbol
senderMessageText = (TextView) itemView.findViewById(R.id.sender_messsage_text);
^
symbol: variable sender_messsage_text
location: class id
E:\Android Projects\WhatsApp-Clone-master\WhatsApp\app\src\main\java\com\github\markpairdha\whatsapp\MessageAdapter.java:76: error: cannot find symbol
Messages messages = userMessagesList.get(i);
^
symbol: variable i
location: class MessageAdapter
E:\Android Projects\WhatsApp-Clone-master\WhatsApp\app\src\main\java\com\github\markpairdha\whatsapp\MessageAdapter.java:135: error: cannot find symbol
messageViewHolder.messageSenderPicture.setBackground(R.drawable.file);
^
symbol: variable file
location: class drawable
E:\Android Projects\WhatsApp-Clone-master\WhatsApp\app\src\main\java\com\github\markpairdha\whatsapp\MessageAdapter.java:147: error: cannot find symbol
messageViewHolder.messageReceiverPicture.setBackground(R.drawable.file);
^
symbol: variable file
location: class drawable
E:\Android Projects\WhatsApp-Clone-master\WhatsApp\app\src\main\java\com\github\markpairdha\whatsapp\ContactsFragment.java:52: error: cannot find symbol
myContactsList = (RecyclerView) ContactsView.findViewById(R.id.contacts_list);
^
symbol: variable contacts_list
location: class id
E:\Android Projects\WhatsApp-Clone-master\WhatsApp\app\src\main\java\com\github\markpairdha\whatsapp\FindFriendsActivity.java:58: error: constructor FirebaseRecyclerAdapter in class FirebaseRecyclerAdapter<T,VH> cannot be applied to given types;
new FirebaseRecyclerAdapter<Contacts, FindFriendViewHolder>() {
^
required: FirebaseRecyclerOptions
found: no arguments
reason: actual and formal argument lists differ in length
where T,VH are type-variables:
T extends Object declared in class FirebaseRecyclerAdapter
VH extends ViewHolder declared in class FirebaseRecyclerAdapter
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
6 errors

@adetheprince
Copy link
Author

I dont know never tried it again since no reply from the owner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant