i'm trying play nativescript create simple android app. i've done step 1 nativescript's 'getting started' (setting osx environment) , right now, have barebones nativescript app created tns create
, android platform added it.
when running tns run android
goes , final message before device debug logs (i'm not android/ios/mobile dev assume it's kind of debug log of what's going on connected device) is:
build successful total time: 11 seconds project built using /volumes/hdd/users/michal/workspace/sandbox/tns_hello_world/platforms/android/bin/tns_hello_worl d-debug.apk deployed on device identifier '00099fbd72369f'
however, there nothing going on device after that. no app being launched, no error message. nothing.
my setup is:
- osx 10.9.5
- java 1.8.0_45
- samsung gt-i9100
- android 4.1.2
have idea possibly doing wrong? in advance.
your android device not supported nativescript. use device android 4.2 (api level 17) or newer. can try on emulator.
Comments
Post a Comment