eclipseでアンドロイドアプリを作る際の注意点
Eclipseを使ってアンドロイドアプリを作る際、パッケージネームを
デフォルトの[com.android, com.google, android, com.exampl]を使っていると
マーケットにUPする際に以下のように怒られる。
The package name of your apk may not begin with any of the following values: [com.android, com.google, android, com.example]
Comment