-
Notifications
You must be signed in to change notification settings - Fork 37
Issue in android manifest file #26
Comments
Solution is there too:
After that clean platform directory & try again. it should work.
If possible try to use either |
where i should place this exactly in manifest . 'tools:replace="android:resource"' ? |
Please reopen this issue , cause not fixed the problem |
@haneef5k Please follow this one: https://stackoverflow.com/a/45025597/8875176 Or remove @nginx17 this problem isn't related with this plugin. |
@haneef5k if you are following https://stackoverflow.com/a/45025597/8875176 then you may need to change
|
The problem is happening because this plugin & But @haneef5k you can look around. I just tried in a fresh project & build is working fine. |
@jibon57 , @haneef5k Add
under <application *** > |
don't forget add
at <manifest |
@nginx17, thank you! I am closing this issue. |
If you use the solution above, it only removes errors during run / build. but when using nativescript-camera you will find new problems and I haven't found a solution to use these 2 plugins at once. |
it worked for me |
FYI See: #33 |
These are not working for me AndroidManifest
|
13:37:24 - Compilation complete. Watching for file changes.
C:\projects\Real_App\platforms\android\app\src\main\AndroidManifest.xml:19:17-55 Error:
Attribute meta-data#android.support.FILE_PROVIDER_PATHS@resource value=(@xml/provider_paths) from [:nativescript_camera:] AndroidManifest.xml:19:17-55
is also present at [:MultiTypeFilePicker-release:] AndroidManifest.xml:46:17-51 value=(@xml/file_paths).
Suggestion: add 'tools:replace="android:resource"' to element at AndroidManifest.xml to override.
FAILURE: Build failed with an exception.
Execution failed for task ':app:processDebugManifest'.
The text was updated successfully, but these errors were encountered: