我有两种不同的包装。
这是第一个包
和包的名称是
package com.restro.dextrocustomer;
...
和班级名称是..
public class FirstPageActivity extends AppCompatActivity
现在我的第二个包名是
package com.restro.dextrocustomer.Nav_Drawer;
并且第二类的名称是
public class MainActivity extends ActionBarActivity implements LocationListener, FragmentDrawer.FragmentDrawerListener, SearchView.OnQueryTextListener, GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener
现在我想将我的第一个包导入另一个包但我无法做到
答案 0 :(得分:0)
导入com.restro.dextrocustomer.FirstPageActivity;