I am getting above mentioned error when i add crosswalk to my project.here i am attaching screen-shot of error :-
i even tried with :- cordova plugin add https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview.git
but still getting same error as above.If i do not add crosswalk my application works fine, this issue only comes if i add crossWalk.
I even tried with ionic browser add crosswalk#12.41.296.5..but again no help from this too
Any help will be appreciated ,
Thanks
Related
Has anyone ever appeared to you this kind of problem ?
The program was running so far just made a change and gave me this error.
I creat a new project but cant build and appeared the same error .
I wonder how can I solve this error.
My app was working ok. Once day I plan to do some minor changes and everything goes haywire. After rebuilding it into a new project I keep getting this error. After searching I only get Android development errors, this one is related to Xamarin. Also tried reinstalling SDK again but no change. Any help fixing this is highly appreciated.
Severity Code Description Project File Line Suppression State
Error error: package com.google.android.material.tabs.appcompat.app does not exist
Got following error after updating Android Studio from 171.xxxxx to latest 173.xxxxx. I am not able to build any project due to this. Tried various ways but unable to find the solution. I really appreciate your help!
Add following line in gradle.properties and build and run
android.enableAapt2=true
I created an cordova-app, added the push-plugin (github.com/phonegap/phonegap-plugin-push) and also added the quick-example code.
But when i want to emulate the app in eclipse it fails with "unfortunately app has stopped".
I found out that the problem is the push-plugin. I´m guessing it cannot register?!
Logcat/DDMS says this (screenshot):
Is there a class missing (looks like something went wrong with class "com.google.android.gms.iid.InstanceID")? How can I fix this?
Can someone please help me?
THANKS!
It is class not found exception , maybe you miss a jar in your app , please check jar in libs and your project if you have referenced the jar or library .
i am upgrading Facebook SDK with my application, after added the Facebook SDK 3.0 as library in my application, eclipse trying to build my app then aapt is crashed. here below the only log information which i am getting for this issue
Error executing aapt: Return code -1073741819
its kind of weird, don't have an clue of what and where its going wrong. i guess some problem with resources, seems like its getting conflict with my project resources.
Note: if i add the Facebook sdk 2.0 its working fine
Expecting some help or approach to resolve this issue
Thanks in advance.
After day of painful search, i have resolved the problem,in my project style.xml for some of the styles definitions have android:id , this causes the aapt crash, after i removed this its working fine.