2013년 6월 30일 일요일
No active compatible AVD's or devices found.
안드로이드 테블릿(Samsung Galaxy Note 8.0)이 Windows7 에 연결되지 않는다.
이클립스는 이런메시지를 출력한다.
[2013-06-30 09:34:47 - HelloWorld] No active compatible AVD's or devices found. Relaunch this configuration after connecting a device or starting an AVD.
adb 는 연결된 장치가 없다고 이런메시지를 출력한다.
C:\Users\john>adb devices
List of devices attached
C:\Users\john>
안드로이드 테블릿이 PC에 연결되지 않은것이 분명하다.
삼성전자 통합 USB 드라이버를 설치해야한다.
http://www.samsung.com/sec/support/pcApplication/USB/
드라이버를 설치하면,
이클립스에서 안드로이드 테블릿으로 HelloWorld 앱을 디버깅해볼수 있다.
2013년 6월 15일 토요일
광고
CTR = Click Through Rate as a %,
divide the # of clicks by the # of page views or # of ad impressions
CPC = Cost Per Click as an average of what you are getting for each click
, so it's total earnings divided by # of clicks
RPM = Rate Per 1000 Impressions, is just a reference # of what you are currently earning (or would be earning) for every 1000 impressions and not what you are actually earning or will be paid..
Take total earnings divided by # of page views or ad impressions multiplied by 1000. So whether you are actually getting 1000 impressions or not doesn't matter.
2013년 6월 2일 일요일
안드로이드 앱 광고
(출처: http://developer.android.com/training/monetization/ads-and-ux.html )
안드로이드는 광고업체를 AdMob 하나로 제한하지 않는다.
자회사에 일감몰아주기만 봐왔던 내눈에는 참으로 대단해 보인다.
이런 정책이 혁신이다.
이런 정책과 철학이 다른 업체들에게 비즈니스를 창출할 수 있는 기회를 준다.
이런 정책이 진입장벽을 낮추고, 모든이에게 균등한 기회를 공평하게 배분하는 역할을 한다.
피드 구독하기:
글 (Atom)
Eclipse hangs at the Android SDK Content Loader
eclipse -clean
-
Google Play 에서 앱을 판매하려면 Google Play Developer Console 에 등록해야 한다. https://play.google.com/apps/publish/ 등록비는 $25 이다. Google Walle...
-
import android.opengl.GLSurfaceView; import android.os.Bundle; import android.app.Activity; import android.view.Menu; publi...