The <uses-permission> element must be a direct child of the <manifest> root element
问题 I'm trying to run my android app but I'm getting the following error The element must be a direct child of the root element and The element type "application" must be terminated by the matching end-tag "". Can somebody write me the 'correct' version of it? Thanks. This is my manifest file <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.daytraders" android:versionCode="1" android:versionName="1.0" > <uses-sdk