Titanium JIRA Archive
Appcelerator Community (AC)

[AC-6338] App crashing on android after 8.0.1.GA ( 1st time only) and random error messages in console

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionDone
Resolution Date2019-11-04T19:19:36.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy, Titanium SDK & CLI
Labelsn/a
ReporterLuke Lu
AssigneeShak Hossain
Created2019-08-19T00:32:07.000+0000
Updated2019-11-04T19:19:36.000+0000

Description

Attachments

FileDateSize
1.png2019-08-23T00:22:19.000+00001289902
2.png2019-08-23T00:22:13.000+0000484374
Screen Shot 2019-08-13 at 2.17.28 pm (1).png2019-08-19T01:04:05.000+0000628224
Screen Shot 2019-08-13 at 2.17.38 pm.png2019-08-19T01:03:53.000+0000385827
Screen Shot 2019-08-13 at 2.17.51 pm.png2019-08-19T01:03:49.000+0000570311

Comments

  1. Luke Lu 2019-08-19

    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.
  2. Luke Lu 2019-08-19

    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.
  3. Sharif AbuDarda 2019-08-21

    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.
  4. Luke Lu 2019-08-23

    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!
  5. Luke Lu 2019-08-23

    @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:
       [ERROR] Error: spawn EACCES
           at _errnoException (util.js:1024:11)
           at ChildProcess.spawn (internal/child_process.js:323:11)
           at exports.spawn (child_process.js:502:9)
           at Object.run (/Users/suchanbadyakar/Library/Application Support/Titanium/mobilesdk/osx/8.1.0.GA/node_modules/node-appc/lib/subprocess.js:48:14)
           at AndroidBuilder.<anonymous> (/Users/suchanbadyakar/Library/Application Support/Titanium/mobilesdk/osx/8.1.0.GA/android/cli/commands/_build.js:2838:20)
           at /Users/suchanbadyakar/.nvm/versions/node/v8.0.0/lib/node_modules/titanium/lib/hook.js:260:13
           at /Users/suchanbadyakar/.nvm/versions/node/v8.0.0/lib/node_modules/titanium/node_modules/async/dist/async.js:3888:9
           at /Users/suchanbadyakar/.nvm/versions/node/v8.0.0/lib/node_modules/titanium/node_modules/async/dist/async.js:473:16
           at replenish (/Users/suchanbadyakar/.nvm/versions/node/v8.0.0/lib/node_modules/titanium/node_modules/async/dist/async.js:1006:25)
           at /Users/suchanbadyakar/.nvm/versions/node/v8.0.0/lib/node_modules/titanium/node_modules/async/dist/async.js:1016:9
       
  6. Luke Lu 2019-09-01

    any updates ?
  7. Sharif AbuDarda 2019-09-17

    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.
  8. Luke Lu 2019-09-18

    This issue can be closed, 8.1.1.GA release has fixed the crashing issue on the android side.

JSON Source