[2014-12-09 14:58:30 - HelloWorld] adb is running normally.
[2014-12-09 14:58:30 - HelloWorld] Performing com.example.helloworld.
[2014-12-09 14:58:30 - HelloWorld] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'Dev3'
[2014-12-09 14:58:33 - HelloWorld] Application already deployed. No need to reinstall.
[2014-12-09 14:58:33 - HelloWorld] Starting activity com.example.helloworld.
[2014-12-09 14:58:35 - HelloWorld] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.
xmlns:tools="http://schemas.
android:layout_width="match_
android:layout_height="match_
<TextView
android:layout_width="wrap_
android:layout_height="wrap_
android:layout_
android:layout_centerVertical=
android:text="@string/hello_
tools:context=".MainActivity" />
</RelativeLayout>
__________________________
package com.example;
import com.example.helloworld.R;
import android.app.Activity;
import android.os.Bundle;
public class MainActivity extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(
setContentView(R.layout.activi
}
}
<manifest xmlns:android="http://schemas.
package="com.example.
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="19" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_
android:label="@string/app_
android:theme="@style/
<activity
android:name=".MainActivity"
android:label="@string/title_
<intent-filter>
<action android:name="android.intent.
<category android:name="android.intent.
</intent-filter>
</activity>
</application>
</manifest>
<resources>
<string name="app_name">HelloWorld</st
<string name="hello_world">Hello world!</string>
<string name="menu_settings">Settings<
<string name="title_activity_main">Mai
</resources>
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.






0 comentários:
Postar um comentário