在模块classes.jar(androidx.core:core:1.1.0)和classes.jar(com.android.support:support-v4:23.4.0)中找到重复的类android.support.v4.app.INotificationSideChannel
答案 0 :(得分:0)
在您应用的build.gradle文件中,如果您使用的是androidx,请删除对 cout << "Whats your FIRST name?";
cin.get(p1.firstName, 50);
getch();
cout << "Whats your LAST name?";
cin.get(p1.lastName, 50);
getch();
cout << "Whats your AGE?";
cin >> p1.age;
getch();
cout << "Are you Corps or Civilian?";
cin >> p1.branch;
getch();
cout << "Whats your GRADUATION YEAR?";
cin >> p1.gradYear;
getch();
的引用。如果不起作用,则发布应用模块的build.gradle文件将很有帮助。
参考: which