Error – Android resource linking failed (AAPT2 27.0.3 Daemon #0)
Had exactly the same problem. Solved it by doing the following: Searching for and replacing com.android.support:support-v4:+ with com.android.support:support-v4:27.1.0 in the platform/android directory. Also I had to add the following code to the platforms/android/app/build.gradle and platforms/android/build.gradle files: Edited to answer “Where is this com.android.support:support-v4:+ setting ?” … The setting will probably(in this case) be in one … Read more