[android-developers] Re: 2 error by android studio

2016-09-23 Thread moh bs
so what should i do now? On Friday, September 23, 2016 at 5:29:28 PM UTC+3:30, James Barrett wrote: > > I should think you need to create a style resource named AppTheme. > > > > On Thursday, September 22, 2016 at 6:39:01 PM UTC-4, moh bs wrote: >> >> Error:(20, 24)

[android-developers] 2 error by android studio

2016-09-22 Thread moh bs
Error:(20, 24) No resource found that matches the given name (at 'theme' with value '@style/AppTheme'). Error:Execution failed for task ':app:processDebugResources'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command

[android-developers] Error:Execution failed for task ':app:mergeDebugResources'.

2016-08-12 Thread moh bs
hi everybody i want to make an android app for controling bluetooth module hc-05,i have the following code in android studio: MainActivity.java [HTML] package com.example.shsmszdh.blue1; import android.app.Activity; import android.bluetooth.BluetoothAdapter; import