Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pick up .jars and .aars from App_Resources/Android/libs #899

Closed
petekanev opened this issue Dec 19, 2017 · 3 comments
Closed

Pick up .jars and .aars from App_Resources/Android/libs #899

petekanev opened this issue Dec 19, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@petekanev
Copy link
Contributor

petekanev commented Dec 19, 2017

Augment the project build.gradle script in order to build with all Java and Android libraries provided by the user. This will enable them to use local libraries that cannot otherwise be found in a remote plugin repository, or should be provided offline.

@Natalia-Hristova
Copy link

This is implemented and will be available in the next official release of tns-android.

@r0zar
Copy link

r0zar commented Apr 25, 2018

Is it possible this change is causing this issue for me?

/Users/rozar/KipoTrac/platforms/android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml:52: AAPT: error: resource string/facebook_app_id (aka com.kipotrac.mobile:string/facebook_app_id) not found.
    
/Users/rozar/KipoTrac/platforms/android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml:52: error: resource string/facebook_app_id (aka com.kipotrac.mobile:string/facebook_app_id) not found.
error: failed processing manifest.

Failed to execute aapt
com.android.ide.common.process.ProcessException: Failed to execute aapt

Was working fine until I updated.

@r0zar
Copy link

r0zar commented Apr 25, 2018

Found a fix: NativeScript/nativescript-angular#742

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants