Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Android
Search Coderanch
Advance search
Google search
Register / Login
This week's book giveaway is in the
Design
forum.
We're giving away four copies of
Experimentation for Engineers: From A/B testing to Bayesian optimization
and have David Sweet on-line!
See
this thread
for details.
Win a copy of
Experimentation for Engineers: From A/B testing to Bayesian optimization
this week in the
Design
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Tim Cooke
Paul Clapham
Liutauras Vilda
Sheriffs:
Junilu Lacar
Rob Spoor
Jeanne Boyarsky
Saloon Keepers:
Stephan van Hulst
Carey Brown
Tim Holloway
Piet Souris
Bartenders:
Forum:
Android
my titanium project give an error
shawn peter
Ranch Hand
Posts: 1325
1
posted 9 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
this is my app.js file
var win = Titanium.UI.createWindow({ title:'My Window', backgroundColor:'#cccccc' }); win.open(); // open window var label = Titanium.UI.createLabel({ color:'#999', text:'Hello World', font:{fontSize:20}, textAlign:'center' }); win.add(label); // add label to window win.open(); // open window
this is the error i am getting when i am running the project(in consol)
[DEBUG] Waiting for device to be ready ... [TRACE] adb devices returned 1 devices/emulators [DEBUG] Device connected... (waited 0 seconds) [DEBUG] waited 0.025000 seconds on emulator to get ready [INFO] Installing application on device [DEBUG] D:\Software\SDK\android-sdk-windows\platform-tools\adb.exe -e install -r "C:\Users\Aruna\My Documents\Titanium Studio Workspace\HelloWorldAndroid\build\android\bin\app.apk" [ERROR] Failed installing com.android.hello: pkg: /data/local/tmp/app.apk Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
He's giving us the slip! Quick! Grab this tiny ad!
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Pausing a Thread
How can i create AVD for different sizes and densities?
Solution for the error "error could not access the package manager. is the system running"
probleam with getDiscoveryAgent()
Simple Midi Problem
More...