Skip to content

manuq/clockjs-android

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
bin
 
 
 
 
res
 
 
 
 
 
 
 
 
 
 

Debugging

Javascript errors and console output goes to Android LogCat.

For example you can write this in your Javascript:

console.log("hi");

You can use Android DDMS to see the logs, either from android eclipse ide ADT or from monitor tool.

You can filter LogCat in several ways. For example, if you have two activities named org.sugarlabs.clock and org.sugarlabs.memorize, you can enter in the filter entry:

  • app:clock - will filter the messages from clock activity
  • app:sugarlabs - will filter the messages from the two activities

About

A sugar activity as an android app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published