• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. R

    Error with toolbar

    After installing and running APK file, the main activity was executed but the further activities were stopped. In logcat, i found the error (attached), ' The activity already has an action bar supplied by the window decor. Do not request window.FEATURE_SUPPORT_ACTION_BAR and set windowactionbar...
  2. R

    Copying existing project (source files) into another project

    I'm having two projects A and B. I would like to import the classes and XML layout files from B to A. I surfed through the net and some made a suggestion to make the project as a Library module and implement it into the other project, I tried but the classes were not updated the newly created...