Skip to content

Commit

Permalink
fix demo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
关杰 committed Mar 21, 2017
1 parent 69af2ab commit c5fc27d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion atlas-demo/AtlasDemo/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="Atlas"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
>
<activity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public boolean onNavigationItemSelected(MenuItem item) {
startActivity(intent);

} else if (id == R.id.awo_manager) {
Dialog dialog = new Dialog(this,"单模块调试",
Dialog dialog = new Dialog(this,"单bundle调试",
"1、安装设备且连接电脑成功\n\n"+
"2、修改一个bundle工程的代码或者自由(设置生效的标识)\n\n"+
"3、bundle工程的目录下执行 ../gradlew clean assemblePatchDebug,然后等应用重启或者应用关闭后点击重启");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class FirstBundleActivity extends AppCompatActivity implements BlankFragm
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_firstbundle);
Toast.makeText(this,"this is aaaaaaaaaa newnewnenenwn bundle",Toast.LENGTH_SHORT).show();
// Toast.makeText(this,"this is aaaaaaaaaa newnewnenenwn bundle",Toast.LENGTH_SHORT).show();
}

// @Override
Expand Down

0 comments on commit c5fc27d

Please sign in to comment.