You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: