emulation
zzap64
Member Posts: 405
hi
ive created the .apk files but would like to view my app in an emulator via Eclipse, is there a way to do this ?
ive created the .apk files but would like to view my app in an emulator via Eclipse, is there a way to do this ?
Comments
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
But a 60fps iOS viewer project runs at 2.5-3fps in the AVD. The AVD only appears to load one core of my 2 core desktop at a time (I haven't tried it on a 4 core yet).
I'm very new to android dev.
I can run the emulators but stuck how to use eclipse to install the .apk file, ive tried 'adb' in the terminal but it says command not found.
any guidance very much appreciated.
cheers
/Android/android-sdk-macosx/platform-tools/adb
then type install
then drag and drop the viewer apk
The whole command might then look like this
imac-3:~ Rob$ /Android/android-sdk-macosx/platform-tools/adb install /Users/Rob/Downloads/GameSalad-Android_Viewer-0.9.91-beta.apk
atb Rob
don't you just love all the tla s
You should not be using "the path as above" but you should be dragging the files/typing command into a terminal window
i did drag and drop and use the path relative to my mac
i had some success, it seems that it detected some emulators and not others, i'm just about to copy the viewer to the emulator now......fingers crossed....
I cannot seem to get the emulator using wifi. The GS viewer installs and works but doesnt see wifi. I tried the setting in the emulators but they just show an error when trying to connect to a wifi or even see a source. Is it something I need to enable in Eclipse its'self ?
thanks
what do you suggest I do next ?
ive also tried this in terminal but no success
emulator -avd bionic -dns-server 8.8.8.8
Are you running the 'Android SDK Manager' and then the 'Android Virtual Device Manager' and then your chosen AVD ?
The viewer runs in the emulator but I never have a android preview selection appear in GS, I can't seem to work around it, boo