[AC-6338] App crashing on android after 8.0.1.GA ( 1st time only) and random error messages in console
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Done |
Resolution Date | 2019-11-04T19:19:36.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy, Titanium SDK & CLI |
Labels | n/a |
Reporter | Luke Lu |
Assignee | Shak Hossain |
Created | 2019-08-19T00:32:07.000+0000 |
Updated | 2019-11-04T19:19:36.000+0000 |
Description
Attachments
File | Date | Size |
---|---|---|
1.png | 2019-08-23T00:22:19.000+0000 | 1289902 |
2.png | 2019-08-23T00:22:13.000+0000 | 484374 |
Screen Shot 2019-08-13 at 2.17.28 pm (1).png | 2019-08-19T01:04:05.000+0000 | 628224 |
Screen Shot 2019-08-13 at 2.17.38 pm.png | 2019-08-19T01:03:53.000+0000 | 385827 |
Screen Shot 2019-08-13 at 2.17.51 pm.png | 2019-08-19T01:03:49.000+0000 | 570311 |
We did try to create a simple project to replicate this issue but does not happen. So, it is kinda hard to replicate the exact cause.
Some random error message that pops up after some time !Screen Shot 2019-08-13 at 2.17.28 pm.png|thumbnail! !Screen Shot 2019-08-13 at 2.17.38 pm.png|thumbnail! !Screen Shot 2019-08-13 at 2.17.51 pm.png|thumbnail! the app runs.
Hello, Can you try in the latest SDK 8.1.0.GA? If the error still there, check your internet connection and run a trace log with *-l trace* and send the log in here. Thanks.
With the new 8.1.0.GA sdk I am unable to even build, here is the error I got !1.png|thumbnail! !2.png|thumbnail!
@Sharif AbuDarda Environment: Operating System Name = Mac OS X Version = 10.14.4 Architecture = 64bit # CPUs = 4 Memory = 17179869184 Node.js Node.js Version = 8.9.0 npm Version = 5.5.1 Titanium CLI CLI Version = 5.2.1 Titanium SDK SDK Version = 8.1.0.GA SDK Path = /Users/suchanbadyakar/Library/Application Support/Titanium/mobilesdk/osx/8.1.0.GA Target Platform = android Error:
any updates ?
Hello, Here are a couple of things to try and let us know if this works for you. Make sure you have the latest Appc CLI from NPM : sudo npm install -g appcelerator To check which version you are on, run : npm list -g --depth 0 appcelerator run the setup command with debug and trace flags turned on : DEBUG=* appc setup -l trace Next, try a clean install of your Appc CLI: Uninstall Appc CLI from NPM global path : sudo npm uninstall -g appcelerator Remove Appc CLI installed locally : sudo rm -rf .appcelerator Cache clean from NPM : sudo npm cache clean Then, reinstall Appc CLI from NPM : sudo npm install -g appcelerator Run setup : appc setup Thanks.
This issue can be closed, 8.1.1.GA release has fixed the crashing issue on the android side.